From 24533c4db7eb2f0df533b800820cefc794e3a3aa Mon Sep 17 00:00:00 2001
From: brad <brad>
Date: Mon, 15 Mar 2004 08:39:57 +0000
Subject: Fixed LIBOPIE2 config depends

---
(limited to 'examples')

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 @@
   config APPLET_EXAMPLE
     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
@@ -1,4 +1,4 @@
   config MAIN_TAB_EXAMPLE
     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
@@ -1,5 +1,5 @@
   config TODAY_EXAMPLE
     boolean "Opie-Today Plugin Example"
     default "n"
-    depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIEUI2
+    depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES && LIBOPIE2UI
 
--
cgit v0.9.0.2