summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch19
1 files changed, 8 insertions, 11 deletions
diff --git a/meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch b/meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
index eb6ff4ff04..2444b2846b 100644
--- a/meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
+++ b/meta/recipes-graphics/mesa/files/0001-Use-wayland-scanner-in-the-path.patch
@@ -14,12 +14,12 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
14 configure.ac | 7 +------ 14 configure.ac | 7 +------
15 1 file changed, 1 insertion(+), 6 deletions(-) 15 1 file changed, 1 insertion(+), 6 deletions(-)
16 16
17diff --git a/configure.ac b/configure.ac 17Index: mesa-17.3.6/configure.ac
18index 2c7e636fac..d2b2350739 100644 18===================================================================
19--- a/configure.ac 19--- mesa-17.3.6.orig/configure.ac
20+++ b/configure.ac 20+++ mesa-17.3.6/configure.ac
21@@ -2174,12 +2174,7 @@ if test "x$with_platforms" != xauto; then 21@@ -1694,12 +1694,7 @@ if test "x$with_platforms" = xauto; then
22 with_egl_platforms=$with_platforms 22 with_platforms=$with_egl_platforms
23 fi 23 fi
24 24
25-PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner], 25-PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner],
@@ -30,8 +30,5 @@ index 2c7e636fac..d2b2350739 100644
30-fi 30-fi
31+AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner]) 31+AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner])
32 32
33 # Do per-EGL platform setups and checks 33 PKG_CHECK_EXISTS([wayland-protocols >= $WAYLAND_PROTOCOLS_REQUIRED], [have_wayland_protocols=yes], [have_wayland_protocols=no])
34 egl_platforms=`IFS=', '; echo $with_egl_platforms` 34 if test "x$have_wayland_protocols" = xyes; then
35--
362.13.0
37