]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add libx11-trim git
authorRichard Purdie <richard@openedhand.com>
Wed, 15 Oct 2008 11:42:07 +0000 (11:42 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 15 Oct 2008 11:42:07 +0000 (11:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5518 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libx11-trim_git.bb [new file with mode: 0644]

diff --git a/meta/packages/xorg-lib/libx11-trim_git.bb b/meta/packages/xorg-lib/libx11-trim_git.bb
new file mode 100644 (file)
index 0000000..056170f
--- /dev/null
@@ -0,0 +1,18 @@
+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"
+
+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 += "--disable-xcms --with-xcb"
+CFLAGS += "-D_GNU_SOURCE"
+
+FILESPATH = "${FILE_DIRNAME}/libx11-trim"
\ No newline at end of file