summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xcb/libxcb.inc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-08-15 19:48:43 +0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:54 +0100
commit2df547206ab58632d1b770b97fa3178d00314a77 (patch)
tree532ac398297bdd9328cbf101f8a596f03349e682 /meta/recipes-graphics/xcb/libxcb.inc
parente1297d1cd0c69d8122c2bfc3764114d90edd1da9 (diff)
downloadpoky-2df547206ab58632d1b770b97fa3178d00314a77.tar.gz
libxcb: enable native/nativesdk builds as was done previously in meta-oe
(From OE-Core rev: 552fc421b54303fbaad57b4596350e1bc4ed6674) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb/libxcb.inc')
-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 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."
5HOMEPAGE = "http://xcb.freedesktop.org" 5HOMEPAGE = "http://xcb.freedesktop.org"
6BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" 6BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
7 7
8BBCLASSEXTEND = "native nativesdk"
9
8SECTION = "x11/libs" 10SECTION = "x11/libs"
9LICENSE = "MIT-X" 11LICENSE = "MIT-X"
10 12