author | brad <brad> | 2004-03-15 08:39:57 (UTC) |
---|---|---|
committer | brad <brad> | 2004-03-15 08:39:57 (UTC) |
commit | 24533c4db7eb2f0df533b800820cefc794e3a3aa (patch) (unidiff) | |
tree | b0b19fdd78bdfef4e9ea0db588c394219a354ca3 /examples | |
parent | 07223c60e1992501f82276210d544fc5cffee666 (diff) | |
download | opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.zip opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.gz opie-24533c4db7eb2f0df533b800820cefc794e3a3aa.tar.bz2 |
Fixed LIBOPIE2 config depends
-rw-r--r-- | examples/applet/config.in | 2 | ||||
-rw-r--r-- | examples/main-tab/config.in | 2 | ||||
-rw-r--r-- | examples/todayplugin/config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in index c3fb6dd..840333e 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 ) && LIBOPIEUI2 &&EXAMPLES | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2UI &&EXAMPLES |
diff --git a/examples/main-tab/config.in b/examples/main-tab/config.in index 3a67bcb..a40df56 100644 --- a/examples/main-tab/config.in +++ b/examples/main-tab/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config MAIN_TAB_EXAMPLE | 1 | config MAIN_TAB_EXAMPLE |
2 | boolean "Mainwindow with OTabWidget example" | 2 | boolean "Mainwindow with OTabWidget example" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI |
diff --git a/examples/todayplugin/config.in b/examples/todayplugin/config.in index 0a6a573..b860cb2 100644 --- a/examples/todayplugin/config.in +++ b/examples/todayplugin/config.in | |||
@@ -1,5 +1,5 @@ | |||
1 | config TODAY_EXAMPLE | 1 | config TODAY_EXAMPLE |
2 | boolean "Opie-Today Plugin Example" | 2 | boolean "Opie-Today Plugin Example" |
3 | default "n" | 3 | default "n" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 | 4 | depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI |
5 | 5 | ||