diff options
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/diet-x11_1.1.2.bb | 2 | ||||
-rw-r--r-- | meta/packages/xorg-lib/libx11_1.1.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/xorg-lib/diet-x11_1.1.2.bb b/meta/packages/xorg-lib/diet-x11_1.1.2.bb index 9f1e877ab8..d3b7dda4a4 100644 --- a/meta/packages/xorg-lib/diet-x11_1.1.2.bb +++ b/meta/packages/xorg-lib/diet-x11_1.1.2.bb | |||
@@ -4,5 +4,5 @@ SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ | |||
4 | file://fix-disable-xlocale.diff;patch=1 \ | 4 | file://fix-disable-xlocale.diff;patch=1 \ |
5 | file://fix-utf8-wrong-define.patch;patch=1" | 5 | file://fix-utf8-wrong-define.patch;patch=1" |
6 | 6 | ||
7 | EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" | 7 | EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb" |
8 | CFLAGS += "-D_GNU_SOURCE" | 8 | CFLAGS += "-D_GNU_SOURCE" |
diff --git a/meta/packages/xorg-lib/libx11_1.1.2.bb b/meta/packages/xorg-lib/libx11_1.1.2.bb index a4400ae88e..c4a8d140f3 100644 --- a/meta/packages/xorg-lib/libx11_1.1.2.bb +++ b/meta/packages/xorg-lib/libx11_1.1.2.bb | |||
@@ -12,7 +12,7 @@ XORG_PN = "libX11" | |||
12 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ | 12 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ |
13 | file://include_fix.patch;patch=1" | 13 | file://include_fix.patch;patch=1" |
14 | 14 | ||
15 | EXTRA_OECONF += "--without-xcb" | 15 | EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" |
16 | 16 | ||
17 | do_compile() { | 17 | do_compile() { |
18 | ( | 18 | ( |