author | mickeyl <mickeyl> | 2004-02-05 22:03:35 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-02-05 22:03:35 (UTC) |
commit | 12c65d54aeb9f3f997f98812c4d21aeb8916d4f7 (patch) (unidiff) | |
tree | 062250c6b4f867148c67ed5284164f35b98a31f9 | |
parent | b9b733ce0a128c9a0cf41607b743f5e4e072670b (diff) | |
download | opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.zip opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.tar.gz opie-12c65d54aeb9f3f997f98812c4d21aeb8916d4f7.tar.bz2 |
improve naming and fix depends
-rw-r--r-- | examples/applet/config.in | 2 | ||||
-rw-r--r-- | examples/inputmethod/config.in | 4 | ||||
-rw-r--r-- | examples/menuapplet/config.in | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in index 6ea55d3..177de27 100644 --- a/examples/applet/config.in +++ b/examples/applet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config APPLET_EXAMPLE | 1 | config APPLET_EXAMPLE |
2 | boolean "Applet Example" | 2 | boolean "Taskbar Applet Example" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |
diff --git a/examples/inputmethod/config.in b/examples/inputmethod/config.in index 7afe926..b7cfe76 100644 --- a/examples/inputmethod/config.in +++ b/examples/inputmethod/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config EXAMPLE_BOARD | 1 | config EXAMPLE_BOARD |
2 | boolean "Input Method" | 2 | boolean "Input Method Example" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES |
diff --git a/examples/menuapplet/config.in b/examples/menuapplet/config.in index f5b4c24..c834afb 100644 --- a/examples/menuapplet/config.in +++ b/examples/menuapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config EXAMPLE_MENU | 1 | config EXAMPLE_MENU |
2 | boolean "Menu Applet" | 2 | boolean "O-Menu Applet" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES |