summaryrefslogtreecommitdiff
path: root/recipes/xcb/libxcb_git.bb
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vzapolskiy@gmail.com>2010-06-04 16:30:08 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-04 16:44:19 +0400
commit52b03b11c03899be56ca632411b2e61ac9670554 (patch)
treebcec416ea4677dd9fa960aaea73db1f3537ec8bb /recipes/xcb/libxcb_git.bb
parentc65ee13298e8c22274b5bcabe06f2116b8b7ebf2 (diff)
libxcb: fix paths for installed python modules
This fixes a compilation problem for recent libxcb versions, providing correct paths to the installed python modules. Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com> Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/xcb/libxcb_git.bb')
-rw-r--r--recipes/xcb/libxcb_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xcb/libxcb_git.bb b/recipes/xcb/libxcb_git.bb
index 770c18f179..cf728e7817 100644
--- a/recipes/xcb/libxcb_git.bb
+++ b/recipes/xcb/libxcb_git.bb
@@ -7,7 +7,8 @@ PR = "r0"
DEPENDS += "libpthread-stubs"
-SRC_URI = "git://anongit.freedesktop.org/xcb/libxcb;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/xcb/libxcb;protocol=git \
+ file://configure_git.patch "
S = "${WORKDIR}/git"
PACKAGES =+ "libxcb-xinerama"