summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-03-26 16:10:05 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-03-28 00:59:03 +0200
commitc7a317635cfc6934e975e846335e37a68d6b3876 (patch)
tree594109053c1946880994e4901982a19abf77cfa2 /cmake/modules
parent7a708ffd374cd18e9e4bfe8a8e95c02184a074ba (diff)
glib: less deprecated calls
And increate gdk pixbuf requirement to the version i think we actually require
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindGTK.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGTK.cmake b/cmake/modules/FindGTK.cmake
index 10e22924..4b9e23e2 100644
--- a/cmake/modules/FindGTK.cmake
+++ b/cmake/modules/FindGTK.cmake
@@ -15,7 +15,7 @@ include(FindPackageHandleStandardArgs)
if (NOT WIN32)
find_package(PkgConfig REQUIRED)
- pkg_check_modules(GTK3 "gtk+-3.0>=3.8" "gdk-pixbuf-2.0")
+ pkg_check_modules(GTK3 "gtk+-3.0>=3.8" "gdk-pixbuf-2.0>=2.8")
find_package_handle_standard_args(GTK DEFAULT_MSG GTK3_LIBRARIES GTK3_CFLAGS)