diff mbox series

[2/5] xorg-lib-common: remove --*-malloc0returnsnull from unknown configure option ignore list

Message ID 20260722154247.2987545-2-ross.burton@arm.com
State Under Review
Headers show
Series [1/5] site: remove obsolete xorg_cv_malloc0_returns_null | expand

Commit Message

Ross Burton July 22, 2026, 3:42 p.m. UTC
This was removed as an option that is passed to all xorg libraries in
2013[1] but was not removed from the ignore list at the same time.

[1] oe-core b4aaacd7699 ("xorg-lib: remove explicit --enable-malloc0returnsnull")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
index ba7fcb73044..9584a805707 100644
--- a/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
+++ b/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc
@@ -19,8 +19,7 @@  EXTRA_OECONF = "--disable-specs --without-groff --without-ps2pdf --without-fop"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
 
-UNKNOWN_CONFIGURE_OPT_IGNORE += "--enable-malloc0returnsnull --disable-malloc0returnsnull \
-                                --disable-specs --without-groff --without-ps2pdf --without-fop \
+UNKNOWN_CONFIGURE_OPT_IGNORE += "--disable-specs --without-groff --without-ps2pdf --without-fop \
                                 --without-xmlto --with-xmlto \
 "