diff options
author | 2021-12-09 10:59:56 +0800 | |
---|---|---|
committer | 2022-01-04 13:09:16 +0100 | |
commit | 6eebb58ef612767e5ebe0066c089e6aa9ec29500 (patch) | |
tree | f7356aa25f9dc09d3577502cc989e809dbba1078 /recipes-graphics | |
parent | 2e3ed68f9d37a269cfdebee3bbca354fd635c8ea (diff) | |
download | meta-raspberrypi-6eebb58ef612767e5ebe0066c089e6aa9ec29500.tar.gz meta-raspberrypi-6eebb58ef612767e5ebe0066c089e6aa9ec29500.tar.bz2 meta-raspberrypi-6eebb58ef612767e5ebe0066c089e6aa9ec29500.zip |
xserver-xorg: remove xshmfence configure option
After the commit [1] introduced in openembedded-core layer,
some configure options is't carried over include xshmfence
option, so remove the xshmfence configure option to silence
the below warning.
WARNING: xserver-xorg-2_21.1.1-r0 do_configure: QA Issue: xserver-xorg: invalid PACKAGECONFIG: xshmfence [invalid-packageconfig]
[1] https://git.openembedded.org/openembedded-core/commit/?id=e05abd87ee5d23750c641d0129d9c83db68ee2e8
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index 25829c2..ee4812f 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -1,4 +1,4 @@ -OPENGL_PKGCONFIGS:rpi = "dri glx ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 xshmfence glamor', '', d)}" +OPENGL_PKGCONFIGS:rpi = "dri glx ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 glamor', '', d)}" # when using userland graphic KHR/khrplatform.h is provided by userland but virtual/libgl is provided by mesa-gl where # we explicitly delete KHR/khrplatform.h since its already coming from userland package |