diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-22 22:44:22 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-22 22:44:22 +0000 |
commit | f2f372eb3fe4c8444f9554c584a4c63e6ad51a90 (patch) | |
tree | 22fa0c7697202bce57e891d563b9b3de36147307 /recipes/xorg-lib | |
parent | a1ff5ef51501fa8f845cce44790f43bc77b89544 (diff) |
libx11: keysymdef_include.patch must be applied, otherwise host-installed includes are checked.
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | 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 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" |