diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-01 12:41:02 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 03:27:39 +0200 |
commit | e234e073f7b1b7ea730d638f2576056a82bf01fd (patch) | |
tree | d08505baec00ab8017d864a89f28373afc26b920 /config.h.cmake | |
parent | 902cf55735cbe6dd71ae1ca2b30b68fa1622606d (diff) | |
download | tdebase-e234e073f7b1b7ea730d638f2576056a82bf01fd.tar.gz tdebase-e234e073f7b1b7ea730d638f2576056a82bf01fd.zip |
Fix svg thumbnail images not appearing in KControl/Appearance & Themes/ Background.
This resolves bug report 744.
Thanks to Slávek Banko.
(cherry picked from commit 85c2426f988de375bc666bef5a24529989737470)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 27b055f73..413f9e745 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -18,6 +18,9 @@ // kxkb #cmakedefine HAVE_XTEST 1 +// libart +#cmakedefine HAVE_LIBART 1 + // kdm, kioslave #cmakedefine HAVE_TERMIOS_H 1 |