From a577ba23721cebbb5918c9650acc3dd113ed25b3 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 06 Nov 2002 19:01:21 +0000 Subject: Add X11.. --- (limited to 'noncore/styles') diff --git a/noncore/styles/flat/config.in b/noncore/styles/flat/config.in index 1c82de1..ae6edb6 100644 --- a/noncore/styles/flat/config.in +++ b/noncore/styles/flat/config.in @@ -1,4 +1,4 @@ config FLAT boolean "flat" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/styles/fresh/config.in b/noncore/styles/fresh/config.in index f71de8d..7199c18 100644 --- a/noncore/styles/fresh/config.in +++ b/noncore/styles/fresh/config.in @@ -1,4 +1,4 @@ config FRESH boolean "fresh" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/styles/liquid/config.in b/noncore/styles/liquid/config.in index d2bbddb..b510625 100644 --- a/noncore/styles/liquid/config.in +++ b/noncore/styles/liquid/config.in @@ -1,4 +1,4 @@ config LIQUID boolean "liquid" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/styles/metal/config.in b/noncore/styles/metal/config.in index 1d86924..991fc74 100644 --- a/noncore/styles/metal/config.in +++ b/noncore/styles/metal/config.in @@ -1,4 +1,4 @@ config METAL boolean "metal" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/styles/theme/config.in b/noncore/styles/theme/config.in index c90a422..27c8125 100644 --- a/noncore/styles/theme/config.in +++ b/noncore/styles/theme/config.in @@ -1,4 +1,4 @@ config THEME boolean "theme" default "y" - depends LIBQPE && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE -- cgit v0.9.0.2