From: Dmitry Baryshkov Date: Thu, 22 May 2025 17:13:25 +0000 (+0300) Subject: mesa: drop useless -Dshared-glapi flag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a06d51f9917a71ab1df31bcb6ce7f67dfce7139;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: drop useless -Dshared-glapi flag Mesa 25.1 dropped support for static glapi, making this switch deprecated (and useless). Drop it from the build options. Signed-off-by: Dmitry Baryshkov Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index e99cfd6d8d..65fbd3a3f1 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -68,7 +68,6 @@ def check_buildtype(d): MESON_BUILDTYPE = "${@check_buildtype(d)}" EXTRA_OEMESON = " \ - -Dshared-glapi=enabled \ -Dglx-read-only-text=true \ -Dplatforms='${@",".join("${PLATFORMS}".split())}' \ "