diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 4225db7573..4274b252e5 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -115,7 +115,7 @@ PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | |||
115 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | 115 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" |
116 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" | 116 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" |
117 | PACKAGECONFIG[alsa] = ",,alsa-lib" | 117 | PACKAGECONFIG[alsa] = ",,alsa-lib" |
118 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" | 118 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" |
119 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 119 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
120 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | 120 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" |
121 | 121 | ||