diff options
| author | Simon Ser <contact@emersion.fr> | 2020-01-13 19:32:44 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2020-01-13 19:32:44 +0100 |
| commit | 555d3b8a9b5214a30774019a341f96759c75de02 (patch) | |
| tree | 07f4ce7c42f25a44fdb3175de4cef48e5aef812c /src/meson.build | |
| parent | build: check wayland-scanner version (diff) | |
| download | wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.gz wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.bz2 wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.lz wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.xz wayland-555d3b8a9b5214a30774019a341f96759c75de02.tar.zst wayland-555d3b8a9b5214a30774019a341f96759c75de02.zip | |
Revert "build: check wayland-scanner version"
This reverts commit c2ce50b9d7bd470c2fe8faa4b0d996fca0fcbbaa.
Pushed by mistake. Sorry about that.
Diffstat (limited to 'src/meson.build')
| -rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 7421a8d..26e5269 100644 --- a/src/meson.build +++ b/src/meson.build @@ -55,7 +55,7 @@ pkgconfig.generate( ) if meson.is_cross_build() - scanner_dep = dependency('wayland-scanner', native: true, version: '>=1.14.0') + scanner_dep = dependency('wayland-scanner', native: true) wayland_scanner_for_build = find_program(scanner_dep.get_pkgconfig_variable('wayland_scanner')) else wayland_scanner_for_build = wayland_scanner |
