-rw-r--r-- | Makefile.Embedded | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 0b8997e..6a8521f 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded @@ -78,2 +78,5 @@ build_microkde: variable_test tmake build_qtopia_plugin: build_microkde + ifdef BUILD_NO_QTOPIA_PLUGIN + @echo == qtopia plugin not build. + else for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ @@ -81,2 +84,3 @@ build_qtopia_plugin: build_microkde done + endif @@ -150,2 +154,3 @@ variable_info: @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) + @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) @@ -174,2 +179,5 @@ variable_test: variable_info endif + ifdef BUILD_NO_QTOPIA_PLUGIN + @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) + endif ifdef BUILD_NO_MICROMAIL |