mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
libx11: Clean up all the git recipes into a common include file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5524 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
require libx11.inc
|
||||
PV = "1.1.99.1+gitr${SRCREV}"
|
||||
require libx11_git.inc
|
||||
|
||||
PR = "r1"
|
||||
|
||||
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"
|
||||
|
||||
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git"
|
||||
|
||||
EXTRA_OECONF += "--disable-xcms --with-xcb"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/libx11-git"
|
||||
|
||||
Reference in New Issue
Block a user