mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
591 B
BlitzBasic
18 lines
591 B
BlitzBasic
require libx11.inc
|
|
require libx11_git.inc
|
|
|
|
DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
|
|
this version."
|
|
|
|
SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
|
|
file://fix-disable-xlocale.diff;patch=1 \
|
|
file://fix-utf8-wrong-define.patch;patch=1"
|
|
|
|
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
|
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
|
|
|
|
SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
|
|
|
|
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
|
|
CFLAGS += "-D_GNU_SOURCE"
|