author | ulf69 <ulf69> | 2004-07-16 23:28:45 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-07-16 23:28:45 (UTC) |
commit | b306ee8c93dd563f42a32a1ee2c63eacc6050604 (patch) (unidiff) | |
tree | 695db38d96b8635e754ecbd052c4710a2e019659 | |
parent | e87df879ceaa743c95d2b48c291c3c35f8ed6b3f (diff) | |
download | kdepimpi-b306ee8c93dd563f42a32a1ee2c63eacc6050604.zip kdepimpi-b306ee8c93dd563f42a32a1ee2c63eacc6050604.tar.gz kdepimpi-b306ee8c93dd563f42a32a1ee2c63eacc6050604.tar.bz2 |
build sharp dtm plugin only if we crosscompile for the zaurus (Platform=zaurus)
-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 39d852f..71035d6 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -1,15 +1,19 @@ | |||
1 | DISTPATH = $(shell pwd) | 1 | DISTPATH = $(shell pwd) |
2 | DISTDIR = $(shell basename $(DISTPATH)) | 2 | DISTDIR = $(shell basename $(DISTPATH)) |
3 | 3 | ||
4 | ifeq ($(PLATFORM) , zaurus) | 4 | ifeq ($(PLATFORM) , zaurus) |
5 | BUILD_NO_LDAP_PLUGIN=1 | 5 | BUILD_NO_LDAP_PLUGIN=1 |
6 | endif | 6 | endif |
7 | 7 | ||
8 | ifneq ($(PLATFORM) , zaurus) | ||
9 | BUILD_NO_SHARP_PLUGIN=1 | ||
10 | endif | ||
11 | |||
8 | 12 | ||
9 | SUBDIRS_MAIN = \ | 13 | SUBDIRS_MAIN = \ |
10 | libical/src/libical \ | 14 | libical/src/libical \ |
11 | libical/src/libicalss \ | 15 | libical/src/libicalss \ |
12 | qtcompat \ | 16 | qtcompat \ |
13 | microkde \ | 17 | microkde \ |
14 | libkcal \ | 18 | libkcal \ |
15 | libkdepim \ | 19 | libkdepim \ |