diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 15:41:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 15:44:28 +0200 |
commit | a08c6a61c8d5fd4ee34499dc6075022171d66d83 (patch) | |
tree | c9795de3e026a58c72e4f9604f61d46768a7496c /recipes/xorg-lib/libx11_1.0.3.bb | |
parent | 69efbdbe8f266805696a14b2f46337fedca22dc0 (diff) |
libx11,diet-x11: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libx11_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/libx11_1.0.3.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-lib/libx11_1.0.3.bb b/recipes/xorg-lib/libx11_1.0.3.bb index 73c7f7f61f..40cbeb5b48 100644 --- a/recipes/xorg-lib/libx11_1.0.3.bb +++ b/recipes/xorg-lib/libx11_1.0.3.bb @@ -1,11 +1,10 @@ require libx11.inc LICENSE = "XFree86" -PR = "${INC_PR}.0" - DEPENDS = "${COMMON_DEPENDS}" -EXTRA_OECONF += " --without-xcb" +PR = "${INC_PR}.0" SRC_URI += " file://ruutf8.patch" - SRC_URI[archive.md5sum] = "60b787a812c92d33f71860e4e19cb59d" SRC_URI[archive.sha256sum] = "fb42f2400c3709a0c2c17f27cc4a902c191ebd6228c70698891bf3a13ea5b3ac" + +EXTRA_OECONF += " --without-xcb" |