diff options
| author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-07-04 12:54:45 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 16:58:55 +0100 |
| commit | a5180e43ba7a15541dc8861e0d53aa531b99103f (patch) | |
| tree | dc20539771fdf766c233f5532523c29cd24a8427 /meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |
| parent | f013f72285fcd116253780d0b05c69c432e3a1ee (diff) | |
| download | poky-a5180e43ba7a15541dc8861e0d53aa531b99103f.tar.gz | |
libx11-diet: upgrade to 1.5.0
The X18NCMSstubs.diff was modified to please the -Werror=return-type
compiler option. Otherwise, it will throw an error.
(From OE-Core rev: 708785266d1d671f5d2a8e8af81a77e34c70662f)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb new file mode 100644 index 0000000000..4ae8b29a7f --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | require libx11.inc | ||
| 2 | |||
| 3 | DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ | ||
| 4 | this version." | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | ||
| 7 | |||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI += "file://x11_disable_makekeys.patch \ | ||
| 11 | file://X18NCMSstubs.diff \ | ||
| 12 | file://keysymdef_include.patch \ | ||
| 13 | file://fix-disable-xlocale.diff \ | ||
| 14 | file://fix-utf8-wrong-define.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RPROVIDES_${PN}-dev = "libx11-dev" | ||
| 18 | RPROVIDES_${PN}-locale = "libx11-locale" | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" | ||
| 21 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" | ||
| 22 | |||
| 23 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | ||
| 24 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" | ||
| 25 | |||
| 26 | FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" | ||
| 27 | |||
| 28 | EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11" | ||
| 29 | CFLAGS += "-D_GNU_SOURCE" | ||
| 30 | |||
