From: Carlos Alberto Lopez Perez Date: Thu, 1 Dec 2022 21:07:50 +0000 (+0100) Subject: xwayland: libxshmfence is needed when dri3 is enabled X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2374 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=451fe4a067432b432b9cd38d2fc78072f6ce5421;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xwayland: libxshmfence is needed when dri3 is enabled * The build error happens already at configure time: | meson.build: ERROR: Problem encountered: DRI3 requested, but xshmfence not found Signed-off-by: Carlos Alberto Lopez Perez Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/xwayland/xwayland_22.1.5.bb b/meta/recipes-graphics/xwayland/xwayland_22.1.5.bb index c1c5407dee6..51d847a093e 100644 --- a/meta/recipes-graphics/xwayland/xwayland_22.1.5.bb +++ b/meta/recipes-graphics/xwayland/xwayland_22.1.5.bb @@ -23,7 +23,7 @@ OPENGL_PKGCONFIGS = "glx glamor dri3" PACKAGECONFIG ??= "${XORG_CRYPTO} \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ " -PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false" +PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false,libxshmfence" PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11" PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl" PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"