diff options
author | Brendan King <[email protected]> | 2016-09-13 17:31:05 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-09-14 14:38:30 +0100 |
commit | 95f3e5861c3dec5d029ee2f07b8ebce6e2f73af1 (patch) | |
tree | fd455aa9e0cdb728dba079200850d2f61c6961d6 /configure.ac | |
parent | 4bb9efb59290c77ef4acd4abab5729efa9bf4e24 (diff) |
configure.ac: fix the name of the Wayland Scanner pc file
The Wayland Scanner pkg-config file is called wayland-scanner.pc.
Fixes: 153539bd9d4445b50411 ("configure: rework wayland_scanner
handling (fix make distcheck)")
Cc: [email protected]
Reviewed-by: Eric Engestrom <[email protected]>
Tested-by: Eric Engestrom <[email protected]>
Signed-off-by: Brendan King <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a413a3a5f20..b81171b0ca4 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]) |