From eb2210c94488f6c57159fede9a98891e4f3a1a52 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 Nov 2021 18:54:42 +0900 Subject: More conversion polkitqt1 -> polkit-tqt. Started conversion of 'core' library module. Signed-off-by: Michele Calgaro --- ConfigureChecks.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index fef675949..49045b496 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -22,6 +22,13 @@ tde_setup_largefiles( ) # tqt find_package( TQt ) +# polkit +pkg_search_module( POLKIT polkit-gobject-1 ) +if( NOT POLKIT_FOUND ) + tde_message_fatal( "polkit is required, but was not found on your system" ) +endif( ) + + # gcc visibility if( WITH_GCC_VISIBILITY ) tde_setup_gcc_visibility( ) -- cgit v1.2.1