mirror of
git://git.yoctoproject.org/poky
synced 2026-09-17 02:10:28 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5510 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
729 B
BlitzBasic
20 lines
729 B
BlitzBasic
require libx11.inc
|
|
PV = "1.1.99.1+gitr${SRCREV}"
|
|
|
|
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
|
|
file://include_fix.patch;patch=1 \
|
|
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"
|
|
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git"
|
|
|
|
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
|
|
CFLAGS += "-D_GNU_SOURCE"
|