| Message ID | 20260804171144.665123-2-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/3] xmodmap: use meson to build | expand |
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb index 75f9b26a85d..9b411dd7679 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb @@ -12,3 +12,5 @@ PE = "1" SRC_URI_EXT = "xz" SRC_URI[sha256sum] = "a436945e6a4ab70590358eec2b85d26970f7de480d27e8a25af8fe8421e88ae2" + +XORGBUILDCLASS = "meson"
Since 1.1.6 xvinfo can use meson to build, so use it. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb | 2 ++ 1 file changed, 2 insertions(+)