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:54:34 +0100 |
commit | bd726660a3b365b8f0f702771afef30dcd05b6d7 (patch) | |
tree | 6978aec0a5552407b7aa06201f57c80886375e37 /meta | |
parent | 7411158e1f980cd71c432026fa2f68ab80e3541e (diff) | |
download | poky-bd726660a3b365b8f0f702771afef30dcd05b6d7.tar.gz |
libxcb: Update for python-native changes
Add pythonnative to the inherits list
(From OE-Core rev: ab0187c13b2b0a041bf3d98c3a53bd3f45a624de)
Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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.*" | |||
49 | FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" | 49 | FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" |
50 | FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" | 50 | FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" |
51 | 51 | ||
52 | inherit autotools pkgconfig | 52 | inherit autotools pkgconfig pythonnative |
53 | 53 | ||
54 | # XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto` | 54 | # XCBPROTO_XCBINCLUDEDIR is setup based on `pkg-config --variable=xcbincludedir xcb-proto` |
55 | # but the xcbincludedir variable doesn't point into the staging area, so it needs some | 55 | # but the xcbincludedir variable doesn't point into the staging area, so it needs some |