diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-08-15 19:48:43 +0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-08-16 22:53:53 -0700 |
commit | 552fc421b54303fbaad57b4596350e1bc4ed6674 (patch) | |
tree | 2051d04fce9f7f6a9b7966dfe7518bde00747492 /meta/recipes-graphics/xcb/libxcb.inc | |
parent | 5d0b45c982b92eecde48cc10dd095927fa38a047 (diff) | |
download | openembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.tar.gz openembedded-core-552fc421b54303fbaad57b4596350e1bc4ed6674.tar.bz2 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/libxcb.inc')
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 5044917c62..015065e4d7 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" |