summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xcb
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-08-15 19:48:43 +0400
committerSaul Wold <sgw@linux.intel.com>2011-08-16 22:53:53 -0700
commit552fc421b54303fbaad57b4596350e1bc4ed6674 (patch)
tree2051d04fce9f7f6a9b7966dfe7518bde00747492 /meta/recipes-graphics/xcb
parent5d0b45c982b92eecde48cc10dd095927fa38a047 (diff)
downloadopenembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.tar.gz
openembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.tar.bz2
openembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.tar.xz
openembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.zip
libxcb: enable native/nativesdk builds as was done previously in meta-oe
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/xcb')
-rw-r--r--meta/recipes-graphics/xcb/libxcb.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc
index 5044917c6..015065e4d 100644
--- a/meta/recipes-graphics/xcb/libxcb.inc
+++ b/meta/recipes-graphics/xcb/libxcb.inc
@@ -5,6 +5,8 @@ the protocol, improved threading support, and extensibility."
HOMEPAGE = "http://xcb.freedesktop.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
+BBCLASSEXTEND = "native nativesdk"
+
SECTION = "x11/libs"
LICENSE = "MIT-X"