From 626f33cf75e30329c087b423666f326bcf9830a0 Mon Sep 17 00:00:00 2001 From: Andreas Butti Date: Sun, 11 Nov 2018 19:39:01 +0100 Subject: [PATCH] Change travis build to Ubuntu 16.04, where I tested the build --- .travis.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72dda1a7..6e0a741b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ cache: - ccache os: linux +dist: xenial sudo: false diff --git a/CMakeLists.txt b/CMakeLists.txt index f0072ba7..bf2fdee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ endif (BUILD_BOOST) add_includes_ldflags ("${Boost_LIBRARIES}" "${Boost_INCLUDE_DIRS}") # GTK+ -pkg_check_modules (GTK REQUIRED "gtk+-3.0 >= 3.10.8") +pkg_check_modules (GTK REQUIRED "gtk+-3.0 >= 3.18.9") add_includes_ldflags ("${GTK_LDFLAGS}" "${GTK_INCLUDE_DIRS}") # GLIB