1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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
+5 -12
View File
@@ -1,23 +1,16 @@
DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "Xlib/XCB: Xlib with XCB transport" require libx11.inc
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"
PV = "1.1.99.1+git${SRCREV}" PV = "1.1.99.1+git${SRCREV}"
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB" DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
FILES_${PN}-locale += "${datadir}/X11/locale" 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" SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit autotools pkgconfig EXTRA_OECONF += "--enable-malloc0returnsnull"
EXTRA_OECONF="--enable-malloc0returnsnull"
do_compile() { do_compile() {
( (