mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
libx11: Apply the keysymdef.h fix to libx11 as well as diet-x11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3399 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,5 +4,5 @@ SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
|
||||
file://fix-disable-xlocale.diff;patch=1 \
|
||||
file://fix-utf8-wrong-define.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
|
||||
EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --disable-xkb"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
@@ -12,7 +12,7 @@ XORG_PN = "libX11"
|
||||
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
|
||||
file://include_fix.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF += "--without-xcb"
|
||||
EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
|
||||
|
||||
do_compile() {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user