libx11: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5493 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-10-14 11:14:49 +00:00
parent 780b1589c5
commit c8acd246ef
1 changed files with 5 additions and 12 deletions

View File

@ -1,23 +1,16 @@
DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "Xlib/XCB: Xlib with XCB transport"
SECTION = "x11/libs"
LICENSE = "XFree86"
DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfontproto kbproto inputproto bigreqsproto util-macros"
PROVIDES = "virtual/libx11"
RPROVIDES = "virtual/libx11"
PR = "r1"
require libx11.inc
PV = "1.1.99.1+git${SRCREV}"
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB"
FILES_${PN}-locale += "${datadir}/X11/locale"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
PV = "1.1.99.1+gitr${SRCREV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF="--enable-malloc0returnsnull"
EXTRA_OECONF += "--enable-malloc0returnsnull"
do_compile() {
(