From 85c2426f988de375bc666bef5a24529989737470 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 1 Jun 2012 12:41:02 -0500 Subject: =?UTF-8?q?Fix=20svg=20thumbnail=20images=20not=20appearing=20in?= =?UTF-8?q?=20KControl/Appearance=20&=20Themes/=20Background.=20This=20res?= =?UTF-8?q?olves=20bug=20report=20744.=20Thanks=20to=20Sl=E1vek=20Banko.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConfigureChecks.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 90d78be21..ded1d0025 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -211,6 +211,16 @@ else( ) set( WITHOUT_ARTS 1 ) endif( ) +# libart + +if( WITH_LIBART ) + pkg_search_module( LIBART libart-2.0 ) + if( NOT LIBART_FOUND ) + message(FATAL_ERROR "\nlibart-2.0 support are requested, but not found on your system" ) + endif( NOT LIBART_FOUND ) + set( HAVE_LIBART 1 ) +endif( WITH_LIBART ) + # required stuff find_package( TQt ) -- cgit v1.2.1