aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 17:51:10 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-09-28 22:29:47 +0200
commit2fc04974d41f8b32cd267cdad23370abfd710b27 (patch)
tree285684e6a1ae8fed1c7af07fed432df55af6d39c /recipes/xcb
parent83d7f52b5d4cd4ed90a823a897237ca11756c942 (diff)
downloadopenembedded-2fc04974d41f8b32cd267cdad23370abfd710b27.tar.gz
libxcb: add native and nativesdk BBCLASSEXTEND
* needed for libx11-native-1.3.99.902 and newer where --witout-xcb is no longer available Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xcb')
-rw-r--r--recipes/xcb/libxcb.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xcb/libxcb.inc b/recipes/xcb/libxcb.inc
index 4cbc11be0c..9fb33771ce 100644
--- a/recipes/xcb/libxcb.inc
+++ b/recipes/xcb/libxcb.inc
@@ -4,11 +4,12 @@ LICENSE = "MIT-X"
HOMEPAGE = "http://xcb.freedesktop.org"
PARALLEL_MAKE = ""
+BBCLASSEXTEND = "native nativesdk"
DEPENDS = "xcb-proto xproto libxau libxslt-native"
# DEPENDS += "xsltproc-native gperf-native"
INC_PR = "r3"
-SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2 \
+SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2 \
file://configure.patch;striplevel=0"
PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \