Re: [Mesa-dev] [PATCH mesa] configure.ac: fix the name of the Wayland Scanner pc file

2016-09-14 Thread Emil Velikov
On 13 September 2016 at 17:31, Eric Engestrom  wrote:
> From: Brendan King 
>
> The Wayland Scanner pkg-config file is called wayland-scanner.pc.
>
Nice one, thanks.

Added the stable tag and pushed alongside the GBM cleanup patch.
Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH mesa] configure.ac: fix the name of the Wayland Scanner pc file

2016-09-14 Thread Eric Engestrom
From: Brendan King 

The Wayland Scanner pkg-config file is called wayland-scanner.pc.

Fixes: 153539bd9d4445b50411 ("configure: rework wayland_scanner
   handling (fix make distcheck)")
CC: Emil Velikov 
Reviewed-by: Eric Engestrom 
Tested-by: Eric Engestrom 
Signed-off-by: Brendan King 
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a413a3a..b81171b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2005,8 +2005,8 @@ if test "x$with_egl_platforms" != "x" -a "x$enable_egl" 
!= xyes; then
 AC_MSG_ERROR([cannot build egl state tracker without EGL library])
 fi
 
-PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland_scanner],
-WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner 
wayland_scanner`,
+PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner],
+WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner 
wayland-scanner`,
 WAYLAND_SCANNER='')
 if test "x$WAYLAND_SCANNER" = x; then
 AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner])
-- 
Cheers,
  Eric

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev