diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-03 09:35:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-11 17:04:33 +0100 |
commit | 70abb59e71a2aed5ef7faf5ba9b56f695d562382 (patch) | |
tree | 36a746b6e788a334328c902fa5a0aaa56223c07f /meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | |
parent | 60cfd59aab1362f02c5fb9124cd5554e96fb756d (diff) | |
download | openembedded-core-70abb59e71a2aed5ef7faf5ba9b56f695d562382.tar.gz openembedded-core-70abb59e71a2aed5ef7faf5ba9b56f695d562382.tar.bz2 openembedded-core-70abb59e71a2aed5ef7faf5ba9b56f695d562382.zip |
libx11: package xcb, merge few changes from meta-oe
* move --with-keysymdef/--with-keysymdefdir setting to recipes (newer
versions are using keysymdefdir instead keysymdef
* fix MIN_REHASH in makekeys by sed call
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb index 5a63c53269..3c33de98c2 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb @@ -17,4 +17,4 @@ SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \ SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" -EXTRA_OECONF += "--disable-xcms --with-xcb" +EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h --disable-xcms --with-xcb" |