From 13ee9f8b7d42ed7d7bc0f9dbf190ff66e6ab5a81 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 18 Mar 2013 18:15:57 +0100 Subject: cmake: drop search of gthread-2.0 and gio-2.0 from GTK this matches what is done in the autoconf counterpart --- cmake/modules/FindGTK.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/modules/FindGTK.cmake b/cmake/modules/FindGTK.cmake index 1a32483a..cb67220d 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.0" "gdk-pixbuf-2.0" "gthread-2.0" "gio-2.0") + pkg_check_modules(GTK3 "gtk+-3.0>=3.0" "gdk-pixbuf-2.0") find_package_handle_standard_args(GTK DEFAULT_MSG GTK3_LIBRARIES GTK3_CFLAGS) -- cgit v1.2.3