build: set minimum wayland version to 1.3.0

This commit is contained in:
Bernhard Miklautz 2015-01-21 12:33:39 +01:00
parent e5dee8fd3a
commit 421d5858e9

View File

@ -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)