-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 @@ -3,2 +3,3 @@ default "y" - depends ( LIBQPE || LIBQPE-X11 ) + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE + 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 @@ -19,3 +19,3 @@ DESTDIR = $(OPIEDIR)/plugins/styles TARGET = theme -VERSION = 1.0.0 +VERSION = 1.0.1 |