diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:49 +0000 |
commit | c8acd246ef097f49b2b9e89cfb5e8e6d164ecb94 (patch) | |
tree | f599779fbec698954c6ce6962715a850bdc1a5e2 /meta/packages/xorg-lib | |
parent | 780b1589c5d8b9dce8d3860461119010fdce8c61 (diff) | |
download | poky-c8acd246ef097f49b2b9e89cfb5e8e6d164ecb94.tar.gz |
libx11: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5493 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libx11_git.bb | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/meta/packages/xorg-lib/libx11_git.bb b/meta/packages/xorg-lib/libx11_git.bb index b0df259704..4a9d95e7ff 100644 --- a/meta/packages/xorg-lib/libx11_git.bb +++ b/meta/packages/xorg-lib/libx11_git.bb | |||
@@ -1,23 +1,16 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | DESCRIPTION = "Xlib/XCB: Xlib with XCB transport" | 3 | require libx11.inc |
4 | SECTION = "x11/libs" | ||
5 | LICENSE = "XFree86" | ||
6 | DEPENDS = "libxcb xproto xextproto libxau xtrans libxdmcp xcmiscproto xf86bigfontproto kbproto inputproto bigreqsproto util-macros" | ||
7 | PROVIDES = "virtual/libx11" | ||
8 | RPROVIDES = "virtual/libx11" | ||
9 | PR = "r1" | ||
10 | PV = "1.1.99.1+git${SRCREV}" | 4 | PV = "1.1.99.1+git${SRCREV}" |
11 | 5 | ||
12 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB" | 6 | DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ |
13 | FILES_${PN}-locale += "${datadir}/X11/locale" | 7 | bigreqsproto xtrans libxau libxcb libxdmcp util-macros" |
8 | PV = "1.1.99.1+gitr${SRCREV}" | ||
14 | 9 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git" | 10 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git" |
16 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
17 | 12 | ||
18 | inherit autotools pkgconfig | 13 | EXTRA_OECONF += "--enable-malloc0returnsnull" |
19 | |||
20 | EXTRA_OECONF="--enable-malloc0returnsnull" | ||
21 | 14 | ||
22 | do_compile() { | 15 | do_compile() { |
23 | ( | 16 | ( |