author | drw <drw> | 2005-04-29 17:03:39 (UTC) |
---|---|---|
committer | drw <drw> | 2005-04-29 17:03:39 (UTC) |
commit | 636ce22d5bddb2bfa0a2dc7e449bc7a0b34bb9dc (patch) (unidiff) | |
tree | 3ee7819ab83d29dd37d16443f2ad3d16b4811e8a | |
parent | 7e13110d8d0c7cf0d7566484aae9a0664340a69e (diff) | |
download | opie-636ce22d5bddb2bfa0a2dc7e449bc7a0b34bb9dc.zip opie-636ce22d5bddb2bfa0a2dc7e449bc7a0b34bb9dc.tar.gz opie-636ce22d5bddb2bfa0a2dc7e449bc7a0b34bb9dc.tar.bz2 |
Add dependency on libopiecore2 - fixes compile using native buildsystem
-rw-r--r-- | core/applets/aboutapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/clipboardapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/homeapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/lockapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/logoutapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/screenshotapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/suspendapplet/config.in | 2 | ||||
-rw-r--r-- | core/applets/vtapplet/config.in | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/core/applets/aboutapplet/config.in b/core/applets/aboutapplet/config.in index d0ff067..06d16f0 100644 --- a/core/applets/aboutapplet/config.in +++ b/core/applets/aboutapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config ABOUTAPPLET | 1 | config ABOUTAPPLET |
2 | boolean "About (show version and credits)" | 2 | boolean "About (show version and credits)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/clipboardapplet/config.in b/core/applets/clipboardapplet/config.in index e58d239..27c0279 100644 --- a/core/applets/clipboardapplet/config.in +++ b/core/applets/clipboardapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config CLIPBOARDAPPLET | 1 | config CLIPBOARDAPPLET |
2 | boolean "opie-clipboardapplet (copy/cut/paste applet)" | 2 | boolean "opie-clipboardapplet (copy/cut/paste applet)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/homeapplet/config.in b/core/applets/homeapplet/config.in index 53d7882..d87f177 100644 --- a/core/applets/homeapplet/config.in +++ b/core/applets/homeapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config HOMEAPPLET | 1 | config HOMEAPPLET |
2 | boolean "Home" | 2 | boolean "Home" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/lockapplet/config.in b/core/applets/lockapplet/config.in index 4ea8871..9196eb1 100644 --- a/core/applets/lockapplet/config.in +++ b/core/applets/lockapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LOCKAPPLET | 1 | config LOCKAPPLET |
2 | boolean "opie-lockapplet (button in the Opie menu to lock the PDA)" | 2 | boolean "opie-lockapplet (button in the Opie menu to lock the PDA)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2SECURITY | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2SECURITY |
diff --git a/core/applets/logoutapplet/config.in b/core/applets/logoutapplet/config.in index 0d48c6a..50b0ebc 100644 --- a/core/applets/logoutapplet/config.in +++ b/core/applets/logoutapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LOGOUTAPPLET | 1 | config LOGOUTAPPLET |
2 | boolean "Logout" | 2 | boolean "Logout" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/screenshotapplet/config.in b/core/applets/screenshotapplet/config.in index 98f2b61..d5be989 100644 --- a/core/applets/screenshotapplet/config.in +++ b/core/applets/screenshotapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SCREENSHOTAPPLET | 1 | config SCREENSHOTAPPLET |
2 | boolean "opie-screenshotapplet (create images from your current display)" | 2 | boolean "opie-screenshotapplet (create images from your current display)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/suspendapplet/config.in b/core/applets/suspendapplet/config.in index d75f581..515008b 100644 --- a/core/applets/suspendapplet/config.in +++ b/core/applets/suspendapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config SUSPENDAPPLET | 1 | config SUSPENDAPPLET |
2 | boolean "Suspend" | 2 | boolean "Suspend" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |
diff --git a/core/applets/vtapplet/config.in b/core/applets/vtapplet/config.in index 8fe4200..01707a6 100644 --- a/core/applets/vtapplet/config.in +++ b/core/applets/vtapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config VTAPPLET | 1 | config VTAPPLET |
2 | boolean "VT (switch to another virtual terminal)" | 2 | boolean "VT (switch to another virtual terminal)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE |