Merge pull request #2326 from bmiklautz/wl_version_fix

build: set minimum wayland version to 1.3.0
This commit is contained in:
Marc-André Moreau 2015-01-21 06:45:54 -05:00
commit bf7b2ef445

View File

@ -28,7 +28,7 @@
# limitations under the License.
#=============================================================================
set(REQUIRED_WAYLAND_CLIENT_VERSION 0.95)
set(REQUIRED_WAYLAND_CLIENT_VERSION 1.3.0)
include(FindPkgConfig)
if(PKG_CONFIG_FOUND)