[oe-commits] Richard Purdie : libx11-trim: Fix keysymdir configure option mismatch

git at git.openembedded.org git at git.openembedded.org
Mon Dec 5 16:52:12 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: d512a41ed8843a66ed9c5c5978c5f33248083464
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d512a41ed8843a66ed9c5c5978c5f33248083464

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Dec  5 16:47:47 2011 +0000

libx11-trim: Fix keysymdir configure option mismatch

With the recent set of version increments, the option being passed to
configure no longer matched the patch set. This corrects libx11-trim
so everything is using a consistent option.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
index 32d025f..3fd5d82 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb
@@ -17,4 +17,4 @@ SRC_URI += "file://x11_disable_makekeys.patch \
 SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"
 SRC_URI[sha256sum] = "7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d"
 
-EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/ --disable-xcms "
+EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xcms "





More information about the Openembedded-commits mailing list