summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-11-01 10:09:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-11-01 10:09:38 +0100
commit8c39dddcf2cd217132dcabd596e67c7a34f5585f (patch)
treef38241f59b5a25007b3ee1230f4ff4c08bcd1133 /rules/host-qemu.in
parentab85bcffdc6815b1634e983b7d35a7db8d098d16 (diff)
downloadptxdist-8c39dddcf2cd217132dcabd596e67c7a34f5585f.tar.gz
ptxdist-8c39dddcf2cd217132dcabd596e67c7a34f5585f.tar.xz
host-qemu: virtfs requires libcap and libattr
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-qemu.in')
-rw-r--r--rules/host-qemu.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-qemu.in b/rules/host-qemu.in
index 25843fc3f..70e78461d 100644
--- a/rules/host-qemu.in
+++ b/rules/host-qemu.in
@@ -4,7 +4,9 @@ menuconfig HOST_QEMU
tristate
default ALLYES
prompt "host-side qemu "
+ select HOST_ATTR
select HOST_GLIB
+ select HOST_LIBCAP
select HOST_ZLIB
select HOST_LIBUSB if HOST_QEMU_SYS
select HOST_PIXMAN if HOST_QEMU_SYS