summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
index e0fce3eba2..b4eb7d8cc6 100644
--- a/meta/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11.inc
@@ -25,9 +25,7 @@ DEPENDS += "xproto-native"
25EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" 25EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont"
26EXTRA_OEMAKE += 'CWARNFLAGS=""' 26EXTRA_OEMAKE += 'CWARNFLAGS=""'
27 27
28# Let people with incredibly archaic requirements enable Xcms, but disable it by 28PACKAGECONFIG ??= "xcms"
29# default.
30PACKAGECONFIG ??= ""
31PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" 29PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms"
32 30
33# src/util/makekeys is built natively but needs -D_GNU_SOURCE defined. 31# src/util/makekeys is built natively but needs -D_GNU_SOURCE defined.