From: Ross Burton Date: Wed, 15 Jul 2026 14:05:06 +0000 (+0100) Subject: xrandr: build with meson X-Git-Tag: yocto-6.1_M2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6e9394954c09fc7b94ecb7b1bb5d1684b868dff;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xrandr: build with meson Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb index ad864c8ed1..cabfa50023 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.5.4.bb @@ -14,4 +14,6 @@ PE = "1" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "2cafccb2aaf2491a4068676117a0d4f90ab307724b96fffc54cd1da953779400" +XORGBUILDCLASS = "meson" + BBCLASSEXTEND = "native nativesdk"