[oe-commits] Stanislav Brabec : libx11: keysymdef_include.patch must be applied, otherwise host-installed includes are checked.

git version control git at git.openembedded.org
Sun Jan 24 07:39:03 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f2f372eb3fe4c8444f9554c584a4c63e6ad51a90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2f372eb3fe4c8444f9554c584a4c63e6ad51a90

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Fri Jan 22 22:44:22 2010 +0000

libx11: keysymdef_include.patch must be applied, otherwise host-installed includes are checked.

---

 recipes/xorg-lib/libx11_1.3.3.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-lib/libx11_1.3.3.bb b/recipes/xorg-lib/libx11_1.3.3.bb
index 8858a09..2461872 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"





More information about the Openembedded-commits mailing list