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