summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-03-18 23:11:53 -0700
committerEric Sandall2008-03-18 23:11:53 -0700
commit5fe8dfe3be18cc8f4802a5339ac8b801e8682791 (patch)
treefa7597a91981ec663006072a04e08463020f0199
parent059fc91cd12ce3c187ca50d66a69663ce175c3ff (diff)
e16: No need to check if using modular X as that's all that's available now
-rwxr-xr-xe-16/e16/DEPENDS42
-rw-r--r--e-16/e16/HISTORY3
2 files changed, 22 insertions, 23 deletions
diff --git a/e-16/e16/DEPENDS b/e-16/e16/DEPENDS
index 3ac7d10b9d..fd373f7be6 100755
--- a/e-16/e16/DEPENDS
+++ b/e-16/e16/DEPENDS
@@ -11,26 +11,22 @@ optional_depends 'gettext' \
optional_depends esound "" "" "for sound support" &&
-source $GRIMOIRE/FUNCTIONS &&
-
-if check_if_xorg_modular_libs imlib2; then
- optional_depends 'libxft' \
- '--enable-xft' \
- '--disable-xft' \
- 'for Xft font support' &&
-
- optional_depends 'libxinerama' \
- '--enable-xinerama' \
- '--disable-xinerama' \
- 'for Xinerama support' &&
-
- optional_depends 'libxrandr' \
- '--enable-xrandr' \
- '--disable-xrandr' \
- 'for X Resize and Rotate support' &&
-
- optional_depends 'libxcomposite' \
- '--enable-composite' \
- '--disable-composite' \
- 'for Composite support'
-fi
+optional_depends 'libxft' \
+ '--enable-xft' \
+ '--disable-xft' \
+ 'for Xft font support' &&
+
+optional_depends 'libxinerama' \
+ '--enable-xinerama' \
+ '--disable-xinerama' \
+ 'for Xinerama support' &&
+
+optional_depends 'libxrandr' \
+ '--enable-xrandr' \
+ '--disable-xrandr' \
+ 'for X Resize and Rotate support' &&
+
+optional_depends 'libxcomposite' \
+ '--enable-composite' \
+ '--disable-composite' \
+ 'for Composite support'
diff --git a/e-16/e16/HISTORY b/e-16/e16/HISTORY
index 575c1f7554..f499193d53 100644
--- a/e-16/e16/HISTORY
+++ b/e-16/e16/HISTORY
@@ -1,3 +1,6 @@
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
+
2008-02-27 Dale E. Edmons <linuxfan@sourcemage.org>
* DETAILS: Added KEYWORDS