summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMorgan Little <morgan.little@windriver.com>2012-07-13 12:22:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-30 16:54:34 +0100
commitbd726660a3b365b8f0f702771afef30dcd05b6d7 (patch)
tree6978aec0a5552407b7aa06201f57c80886375e37 /meta/recipes-graphics
parent7411158e1f980cd71c432026fa2f68ab80e3541e (diff)
downloadpoky-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/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xcb/libxcb.inc2
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.*"
49FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*" 49FILES_libxcb-xv = "${libdir}/libxcb-xv.so.*"
50FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*" 50FILES_libxcb-xvmc = "${libdir}/libxcb-xvmc.so.*"
51 51
52inherit autotools pkgconfig 52inherit 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