]> code.ossystems Code Review - openembedded-core.git/commitdiff
libx11-trim: Fix keysymdir configure option mismatch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Dec 2011 16:47:47 +0000 (16:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Dec 2011 16:47:50 +0000 (16:47 +0000)
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@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libx11-trim_1.4.4.bb

index 32d025f75bc61897c03b8d129eb9f29e1a0d05c7..3fd5d8235e7d14f6dadce66f3b3be71cbaecd500 100644 (file)
@@ -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 "