summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-lib/libx11-diet_git.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-10-14 11:53:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-10-14 11:53:14 +0000
commit8e98e1f211632640a829df478399fd8fe5039088 (patch)
tree543c619afafa0d0f81932585693cc79bc6b3d2c5 /meta/packages/xorg-lib/libx11-diet_git.bb
parent13a115a1885b7f91437de0ad890996dd281f352e (diff)
downloadopenembedded-core-8e98e1f211632640a829df478399fd8fe5039088.tar.gz
openembedded-core-8e98e1f211632640a829df478399fd8fe5039088.tar.bz2
openembedded-core-8e98e1f211632640a829df478399fd8fe5039088.tar.xz
openembedded-core-8e98e1f211632640a829df478399fd8fe5039088.zip
libx11-diet: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5500 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libx11-diet_git.bb')
-rw-r--r--meta/packages/xorg-lib/libx11-diet_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libx11-diet_git.bb b/meta/packages/xorg-lib/libx11-diet_git.bb
new file mode 100644
index 000000000..4ee61fd3a
--- /dev/null
+++ b/meta/packages/xorg-lib/libx11-diet_git.bb
@@ -0,0 +1,19 @@
+require libx11.inc
+PV = "1.1.99.1+git${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"