summaryrefslogtreecommitdiffstats
path: root/rules/gtk.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 16:40:42 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-06-04 16:40:42 +0000
commit802d7ff7097f3b8b8c439ae292cf578a0b115d5b (patch)
treea7973bebc517716a01317a8bec6cde595b25aff7 /rules/gtk.in
parentcfac4d8fcd3197794c9b618952728516096524b4 (diff)
downloadptxdist-802d7ff7097f3b8b8c439ae292cf578a0b115d5b.tar.gz
ptxdist-802d7ff7097f3b8b8c439ae292cf578a0b115d5b.tar.xz
* fix dependencies
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8332 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gtk.in')
-rw-r--r--rules/gtk.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/rules/gtk.in b/rules/gtk.in
index c69644387..a6e200e41 100644
--- a/rules/gtk.in
+++ b/rules/gtk.in
@@ -1,4 +1,6 @@
-menuconfig GTK
+menu "gtk+ "
+
+config GTK
tristate
prompt "gtk+ "
select GLIB
@@ -22,8 +24,6 @@ menuconfig GTK
is suitable for projects ranging from small one-off tools to complete
application suites.
-if GTK
-
menu "graphic loaders "
config GTK_LOADER_PNG
@@ -125,7 +125,9 @@ menuconfig GTK_ENGINES
bool
prompt "gtk engines "
+if GTK_ENGINES
source "rules/gtk-engine-experience.in"
+endif
choice
prompt "default theme"
@@ -146,4 +148,4 @@ choice
depends on GTK_THEME_EXPERIENCE_OLIVE
endchoice
-endif
+endmenu