author | kergoth <kergoth> | 2002-11-06 19:26:31 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 19:26:31 (UTC) |
commit | 0b11a3d71510993c97910d7efa5e328b93b5b8f2 (patch) (unidiff) | |
tree | 467c4153f2c2f5599d9e4a80f460483a2cb4dd0e | |
parent | adfcdb9220f5eccbea97409ea143125fd90aac7e (diff) | |
download | opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.zip opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.tar.gz opie-0b11a3d71510993c97910d7efa5e328b93b5b8f2.tar.bz2 |
Dont generate x11 config.in's
-rw-r--r-- | Makefile.test | 2 | ||||
-rw-r--r-- | x11/config.in | 6 | ||||
-rw-r--r-- | x11/ipc/server/config.in | 5 |
3 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index 55700f1..a7ceed4 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -1,24 +1,24 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | export OPIEDIR:=$(shell pwd) | 2 | export OPIEDIR:=$(shell pwd) |
3 | export TOPDIR:=$(OPIEDIR) | 3 | export TOPDIR:=$(OPIEDIR) |
4 | export QMAKE:=$(OPIEDIR)/qmake/qmake | 4 | export QMAKE:=$(OPIEDIR)/qmake/qmake |
5 | 5 | ||
6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs | 6 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
7 | 7 | ||
8 | configs += $(TOPDIR)/core/applets/restartapplet2/config.in $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/core/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/ofileselector/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/libsql/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/calc2/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/unsupported/opiemail/ifaces/config.in $(TOPDIR)/noncore/unsupported/config.in $(TOPDIR)/noncore/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/x11/ipc/server/config.in $(TOPDIR)/x11/ipc/config.in $(TOPDIR)/x11/config.in $(TOPDIR)/config.in | 8 | configs += $(TOPDIR)/core/applets/restartapplet2/config.in $(TOPDIR)/core/applets/config.in $(TOPDIR)/core/apps/config.in $(TOPDIR)/core/multimedia/config.in $(TOPDIR)/core/pim/config.in $(TOPDIR)/core/pim/today/plugins/config.in $(TOPDIR)/core/settings/config.in $(TOPDIR)/core/config.in $(TOPDIR)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/ofileselector/config.in $(TOPDIR)/libopie/pim/config.in $(TOPDIR)/libsql/config.in $(TOPDIR)/noncore/applets/config.in $(TOPDIR)/noncore/apps/opie-console/test/config.in $(TOPDIR)/noncore/apps/config.in $(TOPDIR)/noncore/comm/config.in $(TOPDIR)/noncore/decorations/config.in $(TOPDIR)/noncore/games/config.in $(TOPDIR)/noncore/graphics/config.in $(TOPDIR)/noncore/multimedia/config.in $(TOPDIR)/noncore/net/config.in $(TOPDIR)/noncore/net/opietooth/config.in $(TOPDIR)/noncore/settings/config.in $(TOPDIR)/noncore/styles/config.in $(TOPDIR)/noncore/tools/calc2/config.in $(TOPDIR)/noncore/tools/config.in $(TOPDIR)/noncore/unsupported/opiemail/ifaces/config.in $(TOPDIR)/noncore/unsupported/config.in $(TOPDIR)/noncore/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/config.in |
9 | 9 | ||
10 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) | 10 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
11 | # in order to have a full set of config.in files. | 11 | # in order to have a full set of config.in files. |
12 | # .depends depends on $(TOPDIR)/.config | 12 | # .depends depends on $(TOPDIR)/.config |
13 | # everything else depends on .depends, to ensure the dependencies are | 13 | # everything else depends on .depends, to ensure the dependencies are |
14 | # intact. | 14 | # intact. |
15 | # | 15 | # |
16 | # NOTE: The order in which things happen in this makefile is | 16 | # NOTE: The order in which things happen in this makefile is |
17 | # -critical-. Do not rearrange this! | 17 | # -critical-. Do not rearrange this! |
18 | 18 | ||
19 | all : $(TOPDIR)/.config | 19 | all : $(TOPDIR)/.config |
20 | 20 | ||
21 | $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs | 21 | $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs |
22 | 22 | ||
23 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends | 23 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends |
24 | 24 | ||
diff --git a/x11/config.in b/x11/config.in new file mode 100644 index 0000000..6c49888 --- a/dev/null +++ b/x11/config.in | |||
@@ -0,0 +1,6 @@ | |||
1 | config X11 | ||
2 | boolean "X11" | ||
3 | default "n" | ||
4 | |||
5 | source x11/libqpe-x11/config.in | ||
6 | source x11/ipc/server/config.in | ||
diff --git a/x11/ipc/server/config.in b/x11/ipc/server/config.in new file mode 100644 index 0000000..ca321ce --- a/dev/null +++ b/x11/ipc/server/config.in | |||
@@ -0,0 +1,5 @@ | |||
1 | config OCOPSERVER | ||
2 | boolean "OCop Server" | ||
3 | default "y" if X11 | ||
4 | default "n" if ! X11 | ||
5 | depends on X11 | ||