diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 6 |
1 files changed, 3 insertions, 3 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 index d821744436..e6aa63f2c1 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | 2 | ||
3 | DESCRIPTION += " Support for UDC, XCMS and XLOCALE is disabled in \ | 3 | DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \ |
4 | this version." | 4 | this version." |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
7 | 7 | ||
8 | PR = "${INC_PR}.1" | 8 | PR = "${INC_PR}.2" |
9 | 9 | ||
10 | SRC_URI += "file://x11_disable_makekeys.patch \ | 10 | SRC_URI += "file://x11_disable_makekeys.patch \ |
11 | file://X18NCMSstubs.diff \ | 11 | file://X18NCMSstubs.diff \ |
@@ -25,6 +25,6 @@ DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | |||
25 | 25 | ||
26 | FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" | 26 | FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11" |
27 | 27 | ||
28 | EXTRA_OECONF += "--disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11" | 28 | EXTRA_OECONF += "--disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11" |
29 | CFLAGS += "-D_GNU_SOURCE" | 29 | CFLAGS += "-D_GNU_SOURCE" |
30 | 30 | ||