-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) endif ifneq ($(PLATFORM) , zaurus) BUILD_NO_SHARP_PLUGIN=1 endif +#opie plugin is deprecated. The qtopia plugin handles the task from now on. +BUILD_NO_OPIE_PLUGIN=1 + SUBDIRS_MICROKDE = \ libical/src/libical \ libical/src/libicalss \ qtcompat \ microkde \ libkcal \ |