Merge pull request #2326 from bmiklautz/wl_version_fix
build: set minimum wayland version to 1.3.0
This commit is contained in:
commit
bf7b2ef445
@ -28,7 +28,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
|
|
||||||
set(REQUIRED_WAYLAND_CLIENT_VERSION 0.95)
|
set(REQUIRED_WAYLAND_CLIENT_VERSION 1.3.0)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
|
|
||||||
if(PKG_CONFIG_FOUND)
|
if(PKG_CONFIG_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user