mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
xserver-xf86-dri-lite: Add m4_pattern_allow
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -5,10 +5,13 @@ RP - 26/11/09
|
|||||||
|
|
||||||
Index: git/xorg-server.m4
|
Index: git/xorg-server.m4
|
||||||
===================================================================
|
===================================================================
|
||||||
--- git.orig/xorg-server.m4 2009-11-26 23:11:03.000000000 +0000
|
--- git.orig/xorg-server.m4 2009-11-10 12:04:34.000000000 +0000
|
||||||
+++ git/xorg-server.m4 2009-11-26 23:12:28.000000000 +0000
|
+++ git/xorg-server.m4 2009-11-27 00:05:02.000000000 +0000
|
||||||
@@ -30,7 +30,7 @@
|
@@ -28,9 +28,10 @@
|
||||||
|
# Checks for the $1 define in xorg-server.h (from the sdk). If it
|
||||||
|
# is defined, then add $1 to $REQUIRED_MODULES.
|
||||||
|
|
||||||
|
+m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
|
||||||
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
|
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
|
||||||
SAVE_CFLAGS="$CFLAGS"
|
SAVE_CFLAGS="$CFLAGS"
|
||||||
- CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
|
- CFLAGS="$CFLAGS -I`pkg-config --variable=sdkdir xorg-server`"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require xserver-xf86-dri-lite.inc
|
require xserver-xf86-dri-lite.inc
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
PV = "1.6.0+git${SRCPV}"
|
PV = "1.6.0+git${SRCPV}"
|
||||||
|
|
||||||
PROTO_DEPS += "xf86driproto dri2proto"
|
PROTO_DEPS += "xf86driproto dri2proto"
|
||||||
|
|||||||
Reference in New Issue
Block a user