diff options
| -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 | ( |
