summaryrefslogtreecommitdiff
path: root/noncore/styles
Unidiff
Diffstat (limited to 'noncore/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/theme/config.in3
-rw-r--r--noncore/styles/theme/theme.pro2
2 files changed, 3 insertions, 2 deletions
diff --git a/noncore/styles/theme/config.in b/noncore/styles/theme/config.in
index 68452c8..2d55208 100644
--- a/noncore/styles/theme/config.in
+++ b/noncore/styles/theme/config.in
@@ -1,4 +1,5 @@
1 config THEME 1 config THEME
2 boolean "opie-theme (theme support including opie-theme-luna)" 2 boolean "opie-theme (theme support including opie-theme-luna)"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE
5
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
index bf29cb3..8c75e67 100644
--- a/noncore/styles/theme/theme.pro
+++ b/noncore/styles/theme/theme.pro
@@ -14,9 +14,9 @@ HEADERS = ogfxeffect.h \
14 14
15 15
16LIBS += -lqpe -lopiecore2 16LIBS += -lqpe -lopiecore2
17INCLUDEPATH += $(OPIEDIR)/include 17INCLUDEPATH += $(OPIEDIR)/include
18DESTDIR = $(OPIEDIR)/plugins/styles 18DESTDIR = $(OPIEDIR)/plugins/styles
19TARGET = theme 19TARGET = theme
20VERSION = 1.0.0 20VERSION = 1.0.1
21 21
22include ( $(OPIEDIR)/include.pro ) 22include ( $(OPIEDIR)/include.pro )