summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorChandana kalluri <ckalluri@xilinx.com>2020-08-12 15:34:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-13 08:07:01 +0100
commit8731b9879c0bf656a7fa82cf941bee5750825666 (patch)
tree6a6ea9e01f5e6c7dca0a5451f7f5bb28e5ca4778 /meta/recipes-devtools/qemu
parentfc2b9f7f99b993ec19d7f962f4e06ec70a5313ca (diff)
downloadpoky-8731b9879c0bf656a7fa82cf941bee5750825666.tar.gz
qemu.inc: Use virtual/libgl instead of mesa
Use virtual/libgl instead of mesa within the recipes to provide users the flexibility to specify providers other than mesa. (From OE-Core rev: ddbe09b0f9861fe3012611b5a5298eb4d7c4df45) Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 56df73c067..5d38ff1fa4 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -164,7 +164,7 @@ PACKAGECONFIG[nettle] = "--enable-nettle,--disable-nettle,nettle"
164PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" 164PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1"
165PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" 165PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc"
166PACKAGECONFIG[alsa] = "--audio-drv-list='oss alsa',,alsa-lib" 166PACKAGECONFIG[alsa] = "--audio-drv-list='oss alsa',,alsa-lib"
167PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" 167PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,virtual/libgl"
168PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" 168PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
169PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" 169PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl"
170PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" 170PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"