diff options
author | Chandana kalluri <ckalluri@xilinx.com> | 2020-08-12 15:34:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-13 08:07:01 +0100 |
commit | 8731b9879c0bf656a7fa82cf941bee5750825666 (patch) | |
tree | 6a6ea9e01f5e6c7dca0a5451f7f5bb28e5ca4778 /meta/recipes-devtools/qemu/qemu.inc | |
parent | fc2b9f7f99b993ec19d7f962f4e06ec70a5313ca (diff) | |
download | poky-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/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 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" | |||
164 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | 164 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" |
165 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" | 165 | PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc" |
166 | PACKAGECONFIG[alsa] = "--audio-drv-list='oss alsa',,alsa-lib" | 166 | PACKAGECONFIG[alsa] = "--audio-drv-list='oss alsa',,alsa-lib" |
167 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" | 167 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,virtual/libgl" |
168 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 168 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
169 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | 169 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" |
170 | PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" | 170 | PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" |