From 2bf1b0f82a0d1142fda9f57e81e7103679fe9251 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 25 Apr 2013 16:07:56 +0000 Subject: Add ConsoleKit support to TDE hardware library --- tdecore/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tdecore/CMakeLists.txt') diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 179a8aa7a..bff0e51d0 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -37,6 +37,10 @@ if( WITH_UDISKS2 ) add_definitions( -DWITH_UDISKS2 ) endif( ) +if( WITH_CONSOLEKIT ) + add_definitions( -DWITH_CONSOLEKIT ) +endif( ) + if( WITH_LIBART ) add_subdirectory( svgicons ) set( KDESVGICONS kdesvgicons-static ) -- cgit v1.2.1