author | mickeyl <mickeyl> | 2004-04-11 12:04:40 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-11 12:04:40 (UTC) |
commit | 40c0415fe7afeeb03de7441e2f667495e81edfa7 (patch) (unidiff) | |
tree | bf04bde0467e7bc5236ee739e92cf33c6200f5ad | |
parent | 7f2c974e9f8af4e93f037a7338531b9089e729cf (diff) | |
download | opie-40c0415fe7afeeb03de7441e2f667495e81edfa7.zip opie-40c0415fe7afeeb03de7441e2f667495e81edfa7.tar.gz opie-40c0415fe7afeeb03de7441e2f667495e81edfa7.tar.bz2 |
needs libopiecore2
-rw-r--r-- | noncore/styles/theme/config.in | 3 | ||||
-rw-r--r-- | noncore/styles/theme/theme.pro | 2 |
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 | |||
@@ -8,15 +8,15 @@ SOURCES = ogfxeffect.cpp \ | |||
8 | 8 | ||
9 | HEADERS = ogfxeffect.h \ | 9 | HEADERS = ogfxeffect.h \ |
10 | othemebase.h \ | 10 | othemebase.h \ |
11 | othemestyle.h \ | 11 | othemestyle.h \ |
12 | themeset.h \ | 12 | themeset.h \ |
13 | plugin.h | 13 | plugin.h |
14 | 14 | ||
15 | 15 | ||
16 | LIBS += -lqpe -lopiecore2 | 16 | LIBS += -lqpe -lopiecore2 |
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DESTDIR = $(OPIEDIR)/plugins/styles | 18 | DESTDIR = $(OPIEDIR)/plugins/styles |
19 | TARGET = theme | 19 | TARGET = theme |
20 | VERSION = 1.0.0 | 20 | VERSION = 1.0.1 |
21 | 21 | ||
22 | include ( $(OPIEDIR)/include.pro ) | 22 | include ( $(OPIEDIR)/include.pro ) |