|
diff --git a/Makefile b/Makefile index ad2f54d..a7213fb 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -12,7 +12,7 @@ noconfig_targets := xconfig menuconfig config oldconfig randconfig \ |
12 | clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \ |
12 | clean-configs $(TOPDIR)/scripts/subst $(TOPDIR)/scripts/filesubst \ |
13 | ipks |
13 | ipks |
14 | |
14 | |
15 | configs += $(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)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/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/config.in $(TOPDIR)/noncore/todayplugins/config.in |
15 | configs += $(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)/development/config.in $(TOPDIR)/inputmethods/config.in $(TOPDIR)/libopie/pim/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/config.in $(TOPDIR)/noncore/todayplugins/config.in $(TOPDIR)/examples/config.in |
16 | |
16 | |
17 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
17 | # $(TOPDIR)/.config depends on .depends.cfgs, as it depends on $(configs) |
18 | # in order to have a full set of config.in files. |
18 | # in order to have a full set of config.in files. |
|
|
diff --git a/config.in b/config.in index c6ee7a6..b910bda 100644 --- a/ config.in+++ b/ config.in |
|
@@ -149,6 +149,12 @@ menu "Development" |
149 | source development/keyview/config.in |
149 | source development/keyview/config.in |
150 | endmenu |
150 | endmenu |
151 | |
151 | |
| |
152 | menu "Examples" |
| |
153 | config EXAMPLES |
| |
154 | boolean "Compile Example Application" |
| |
155 | source examples/config.in |
| |
156 | endmenu |
| |
157 | |
152 | comment "" |
158 | comment "" |
153 | depends on EXPERIMENTAL |
159 | depends on EXPERIMENTAL |
154 | menu "Experimental" |
160 | menu "Experimental" |
|
|
diff --git a/packages b/packages index eaa02a1..232f2d9 100644 --- a/ packages+++ b/ packages |
|
@@ -173,3 +173,7 @@ CONFIG_WLAN noncore/settings/networksettings/wlan wlan.pro |
173 | CONFIG_PPP noncore/settings/networksettings/pppppp.pro |
173 | CONFIG_PPP noncore/settings/networksettings/pppppp.pro |
174 | CONFIG_WORDGAME noncore/games/wordgamewordgame.pro |
174 | CONFIG_WORDGAME noncore/games/wordgamewordgame.pro |
175 | CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro |
175 | CONFIG_ZSAFEnoncore/apps/zsafe zsafe.pro |
| |
176 | CONFIG_MAIN_TAB_EXAMPLE examples/main-tabexample.pro |
| |
177 | CONFIG_SIMPLE_EXAMPLE examples/simpleexample.pro |
| |
178 | CONFIG_SIMPLE_ICON examples/simple-iconexample.pro |
| |
179 | CONFIG_SIMPLE_MAIN examples/simple-mainexample.pro |
|