diff options
author | Morgan Little <morgan.little@windriver.com> | 2012-07-13 12:22:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-30 16:53:49 +0100 |
commit | ab0187c13b2b0a041bf3d98c3a53bd3f45a624de (patch) | |
tree | 43fd611d3a7769eb59ca0f94c50e8a5516566b58 | |
parent | 529346325b5df7bf316823f98f7332be4d019215 (diff) | |
download | openembedded-core-ab0187c13b2b0a041bf3d98c3a53bd3f45a624de.tar.gz openembedded-core-ab0187c13b2b0a041bf3d98c3a53bd3f45a624de.tar.bz2 openembedded-core-ab0187c13b2b0a041bf3d98c3a53bd3f45a624de.zip |
libxcb: Update for python-native changes
Add pythonnative to the inherits list
Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index d3a5044c70..1517f8a8fa 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc @@ -49,7 +49,7 @@ FILES_libxcb-xtest = "${libdir}/libxcb-xtest.so.*" FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" -inherit autotools pkgconfig +inherit autotools pkgconfig pythonnative # XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto` # but the xcbincludedir variable doesn't point into the staging area, so it needs some |