-rw-r--r-- | examples/applet/config.in | 2 | ||||
-rw-r--r-- | examples/inputmethod/config.in | 2 | ||||
-rw-r--r-- | examples/menuapplet/config.in | 2 | ||||
-rw-r--r-- | examples/networksettings/config.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in index 840333e..f6a5d20 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 "Taskbar Applet Example" | 2 | boolean "Taskbar Applet Example" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI &&EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI && EXAMPLES |
diff --git a/examples/inputmethod/config.in b/examples/inputmethod/config.in index b7cfe76..c0aa7e8 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 Example" | 2 | boolean "Input Method Example" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |
diff --git a/examples/menuapplet/config.in b/examples/menuapplet/config.in index c834afb..3167478 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 "O-Menu Applet" | 2 | boolean "O-Menu Applet" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |
diff --git a/examples/networksettings/config.in b/examples/networksettings/config.in index 8d6e0d6..4bbbb4e 100644 --- a/examples/networksettings/config.in +++ b/examples/networksettings/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config EXAMPLE_VPN | 1 | config EXAMPLE_VPN |
2 | boolean "opie-networksettingsplugin-example (VPN module)" | 2 | boolean "opie-networksettingsplugin-example (VPN module)" |
3 | default "n" if NETWORKSETUP | 3 | default "n" if NETWORKSETUP |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && NETWORKSETUP && NETWORKSETUP-CORE && INTERFACES && EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && NETWORKSETUP && NETWORKSETUP-CORE && INTERFACES && EXAMPLES |