-rw-r--r-- | Makefile.Embedded | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index da5feba..b677087 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -7,12 +7,15 @@ ifeq ($(PLATFORM) , zaurus) | |||
7 | endif | 7 | endif |
8 | 8 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 9 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 10 | BUILD_NO_SHARP_PLUGIN=1 |
11 | endif | 11 | endif |
12 | 12 | ||
13 | #opie plugin is deprecated. The qtopia plugin handles the task from now on. | ||
14 | BUILD_NO_OPIE_PLUGIN=1 | ||
15 | |||
13 | SUBDIRS_MICROKDE = \ | 16 | SUBDIRS_MICROKDE = \ |
14 | libical/src/libical \ | 17 | libical/src/libical \ |
15 | libical/src/libicalss \ | 18 | libical/src/libicalss \ |
16 | qtcompat \ | 19 | qtcompat \ |
17 | microkde \ | 20 | microkde \ |
18 | libkcal \ | 21 | libkcal \ |