From 52b03b11c03899be56ca632411b2e61ac9670554 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Fri, 4 Jun 2010 16:30:08 +0400 Subject: 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 Signed-off-by: Dmitry Eremin-Solenikov --- recipes/xcb/libxcb_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/xcb/libxcb_git.bb') 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" -- cgit v1.2.3