diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch index ec0eea6ca2..c36e4e7301 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch | |||
@@ -5,13 +5,13 @@ Upstream-Status: Pending | |||
5 | 5 | ||
6 | Signed-off-by: Yu Ke <ke.yu@intel.com> | 6 | Signed-off-by: Yu Ke <ke.yu@intel.com> |
7 | 7 | ||
8 | diff --git a/xorg-server.m4 b/xorg-server.m4 | 8 | Index: xorg-server-1.19.6/xorg-server.m4 |
9 | index bdecf62..040fdb8 100644 | 9 | =================================================================== |
10 | --- a/xorg-server.m4 | 10 | --- xorg-server-1.19.6.orig/xorg-server.m4 |
11 | +++ b/xorg-server.m4 | 11 | +++ xorg-server-1.19.6/xorg-server.m4 |
12 | @@ -28,10 +28,12 @@ dnl | 12 | @@ -28,10 +28,12 @@ dnl |
13 | # Checks for the $1 define in xorg-server.h (from the sdk). If it | 13 | # Checks for the MACRO define in xorg-server.h (from the sdk). If it |
14 | # is defined, then add $1 to $REQUIRED_MODULES. | 14 | # is defined, then add the given PROTO to $REQUIRED_MODULES. |
15 | 15 | ||
16 | +m4_pattern_allow(PKG_CONFIG_SYSROOT_DIR) | 16 | +m4_pattern_allow(PKG_CONFIG_SYSROOT_DIR) |
17 | + | 17 | + |