author | brad <brad> | 2004-03-15 08:39:57 (UTC) |
---|---|---|
committer | brad <brad> | 2004-03-15 08:39:57 (UTC) |
commit | 24533c4db7eb2f0df533b800820cefc794e3a3aa (patch) (side-by-side diff) | |
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 @@ -2,3 +2,3 @@ boolean "Taskbar Applet Example" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIEUI2 &&EXAMPLES + 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 @@ -2,3 +2,3 @@ boolean "Mainwindow with OTabWidget example" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 + 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 @@ -2,4 +2,4 @@ boolean "Opie-Today Plugin Example" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2 + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI |