summaryrefslogtreecommitdiff
path: root/wayland-scanner.m4
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-01-13 19:32:44 +0100
committerSimon Ser <contact@emersion.fr>2020-01-13 19:32:44 +0100
commit555d3b8a9b5214a30774019a341f96759c75de02 (patch)
tree07f4ce7c42f25a44fdb3175de4cef48e5aef812c /wayland-scanner.m4
parentc2ce50b9d7bd470c2fe8faa4b0d996fca0fcbbaa (diff)
downloadwayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.gz
Revert "build: check wayland-scanner version"
This reverts commit c2ce50b9d7bd470c2fe8faa4b0d996fca0fcbbaa. Pushed by mistake. Sorry about that.
Diffstat (limited to 'wayland-scanner.m4')
-rw-r--r--wayland-scanner.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-scanner.m4 b/wayland-scanner.m4
index 2b222e8..4e4222a 100644
--- a/wayland-scanner.m4
+++ b/wayland-scanner.m4
@@ -1,7 +1,7 @@
AC_DEFUN([WAYLAND_SCANNER_RULES], [
PKG_PROG_PKG_CONFIG
- PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner >= 1.14.0])
+ PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner])
wayland_scanner=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`
AC_SUBST([wayland_scanner])