diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-08-15 19:48:43 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-17 15:14:54 +0100 |
commit | 2df547206ab58632d1b770b97fa3178d00314a77 (patch) | |
tree | 532ac398297bdd9328cbf101f8a596f03349e682 /meta/recipes-graphics/xcb | |
parent | e1297d1cd0c69d8122c2bfc3764114d90edd1da9 (diff) | |
download | poky-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')
-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." | |||
5 | HOMEPAGE = "http://xcb.freedesktop.org" | 5 | HOMEPAGE = "http://xcb.freedesktop.org" |
6 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | 6 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" |
7 | 7 | ||
8 | BBCLASSEXTEND = "native nativesdk" | ||
9 | |||
8 | SECTION = "x11/libs" | 10 | SECTION = "x11/libs" |
9 | LICENSE = "MIT-X" | 11 | LICENSE = "MIT-X" |
10 | 12 | ||