diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:17:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:47 +0100 |
commit | 13ca58f538cc962c53d0ce5b328a9c16ffc19051 (patch) | |
tree | 89e43e34d817e681b93d233fb88b4d88a6c7b31a /meta/recipes-graphics/xorg-lib/libx11.inc | |
parent | c0fff56ef0681214e0813bf7d68969d951acafd5 (diff) | |
download | poky-13ca58f538cc962c53d0ce5b328a9c16ffc19051.tar.gz |
libx11: move keysymdefdir option to .inc
(From OE-Core rev: 375cdaf2cc03a4784991999e6a302fe37678809b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11.inc')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 22b26cc277..a524c5f6e3 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc | |||
9 | inherit siteinfo | 9 | inherit siteinfo |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | INC_PR = "r3" | 12 | INC_PR = "r4" |
13 | 13 | ||
14 | PROVIDES = "virtual/libx11" | 14 | PROVIDES = "virtual/libx11" |
15 | 15 | ||
@@ -23,6 +23,8 @@ FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/X | |||
23 | FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*" | 23 | FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*" |
24 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" | 24 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" |
25 | 25 | ||
26 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/" | ||
27 | |||
26 | # Almost nothing uses XCMS | 28 | # Almost nothing uses XCMS |
27 | PACKAGECONFIG ??= "" | 29 | PACKAGECONFIG ??= "" |
28 | PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" | 30 | PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" |