From: Stanislav Brabec Date: Fri, 22 Jan 2010 22:44:22 +0000 (+0000) Subject: libx11: keysymdef_include.patch must be applied, otherwise host-installed includes... X-Git-Tag: Release-2010-05/1~791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f372eb3fe4c8444f9554c584a4c63e6ad51a90;p=openembedded.git libx11: keysymdef_include.patch must be applied, otherwise host-installed includes are checked. --- diff --git a/recipes/xorg-lib/libx11_1.3.3.bb b/recipes/xorg-lib/libx11_1.3.3.bb index 8858a09721..2461872d84 100644 --- a/recipes/xorg-lib/libx11_1.3.3.bb +++ b/recipes/xorg-lib/libx11_1.3.3.bb @@ -5,13 +5,13 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ libxdmcp xf86bigfontproto kbproto inputproto xproto-native" PROVIDES = "virtual/libx11" PE = "1" -PR = "r3" +PR = "r4" XORG_PN = "libX11" SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ # file://dolt-fix.patch;patch=1 \ -# file://keysymdef_include.patch;patch=1 \ + file://keysymdef_include.patch;patch=1 \ " EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"