mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
libx11-diet: you can't disable UDC, because it's always disabled
(From OE-Core rev: bb2c59d3efdd94d7cc0cd47daa3429a1521ca8ac) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71ba823419
commit
8071888705
@@ -1,11 +1,11 @@
|
||||
require libx11.inc
|
||||
|
||||
DESCRIPTION += " Support for UDC, XCMS and XLOCALE is disabled in \
|
||||
DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \
|
||||
this version."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||
|
||||
PR = "${INC_PR}.1"
|
||||
PR = "${INC_PR}.2"
|
||||
|
||||
SRC_URI += "file://x11_disable_makekeys.patch \
|
||||
file://X18NCMSstubs.diff \
|
||||
@@ -25,6 +25,6 @@ DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11"
|
||||
|
||||
EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
|
||||
EXTRA_OECONF += "--disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user