diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index 0a90f463be..0b50f094a3 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |||
@@ -18,3 +18,5 @@ SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" | |||
18 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" | 18 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" |
19 | 19 | ||
20 | EXTRA_OECONF += "--disable-xlocale" | 20 | EXTRA_OECONF += "--disable-xlocale" |
21 | |||
22 | PACKAGECONFIG ??= "" | ||
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" | |||
25 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" | 25 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" |
26 | EXTRA_OEMAKE += 'CWARNFLAGS=""' | 26 | EXTRA_OEMAKE += 'CWARNFLAGS=""' |
27 | 27 | ||
28 | # Let people with incredibly archaic requirements enable Xcms, but disable it by | 28 | PACKAGECONFIG ??= "xcms" |
29 | # default. | ||
30 | PACKAGECONFIG ??= "" | ||
31 | PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" | 29 | PACKAGECONFIG[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. |