author | mickeyl <mickeyl> | 2004-03-29 12:43:34 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-29 12:43:34 (UTC) |
commit | 1e99b88d5fd3c58049d117f1d51bd746d0fd6352 (patch) (unidiff) | |
tree | 2e14bb711d07bace0e212b5fe921105968bf0190 | |
parent | 17e6e34865c25bd6bb89e0f2b9c1669db0ffc281 (diff) | |
download | opie-1e99b88d5fd3c58049d117f1d51bd746d0fd6352.zip opie-1e99b88d5fd3c58049d117f1d51bd746d0fd6352.tar.gz opie-1e99b88d5fd3c58049d117f1d51bd746d0fd6352.tar.bz2 |
eliminate bogus libopie dependencies
-rw-r--r-- | noncore/decorations/flat/config.in | 2 | ||||
-rw-r--r-- | noncore/decorations/liquid/config.in | 2 | ||||
-rw-r--r-- | noncore/decorations/polished/config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/decorations/flat/config.in b/noncore/decorations/flat/config.in index f378ad1..e3f7a61 100644 --- a/noncore/decorations/flat/config.in +++ b/noncore/decorations/flat/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_FLAT | 1 | config DECO_FLAT |
2 | boolean "opie-deco-flat (Flat window decoration style)" | 2 | boolean "opie-deco-flat (Flat window decoration style)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/decorations/liquid/config.in b/noncore/decorations/liquid/config.in index 99b0336..8dc8f6f 100644 --- a/noncore/decorations/liquid/config.in +++ b/noncore/decorations/liquid/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_LIQUID | 1 | config DECO_LIQUID |
2 | boolean "opie-deco-liquid (Liquid (KDE3) window decoration style)" | 2 | boolean "opie-deco-liquid (Liquid (KDE3) window decoration style)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/decorations/polished/config.in b/noncore/decorations/polished/config.in index daa883a..b6daf2d 100644 --- a/noncore/decorations/polished/config.in +++ b/noncore/decorations/polished/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config DECO_POLISHED | 1 | config DECO_POLISHED |
2 | boolean "opie-deco-polished (Blended window decoration style)" | 2 | boolean "opie-deco-polished (Blended window decoration style)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) |