diff options
Diffstat (limited to 'meta')
-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 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" |