From 0d2517aa9431164326a755f0f5dd95da142b55b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Nov 2023 23:10:11 +0900 Subject: Remove libglade related code, since libglade is no longer available Signed-off-by: Michele Calgaro --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c6c29ca..78d5571 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,10 +95,10 @@ if( NOT ZLIB_FOUND ) tde_message_fatal( "zlib are required, but not found on your system" ) endif( NOT ZLIB_FOUND ) -pkg_search_module( LIBGLADE libglade-2.0>=2.0.0 ) -if( NOT LIBGLADE_FOUND ) - tde_message_fatal( "libglade-2.0 are required, but not found on your system" ) -endif( NOT LIBGLADE_FOUND ) +pkg_search_module( GTK gtk+-2.0 ) +if( NOT GTK_FOUND ) + tde_message_fatal( "gtk2 is required but was not found on your system" ) +endif( ) set( DL_LIBRARIES dl ) check_library_exists( ${DL_LIBRARIES} dlopen /lib HAVE_LIBDL ) -- cgit v1.2.1