summaryrefslogtreecommitdiffstats
path: root/e
diff options
context:
space:
mode:
authorEric Sandall2008-03-18 19:49:50 -0700
committerEric Sandall2008-03-18 19:49:50 -0700
commit6ea3936ff38fa457f243e455d2a4c3916eff7047 (patch)
tree6caf7baa322b3ad247d0cf423e612854f1edf5ce /e
parent45a45e625f750b72cc4d8f86a95106460162253c (diff)
evas: X11-LIBS to the one and only xorg-libs
Diffstat (limited to 'e')
-rwxr-xr-xe/evas/DEPENDS2
-rw-r--r--e/evas/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/e/evas/DEPENDS b/e/evas/DEPENDS
index 9d3347f466..503ee3ac3e 100755
--- a/e/evas/DEPENDS
+++ b/e/evas/DEPENDS
@@ -6,7 +6,7 @@ if [ "$EVAS_CVS" == "y" ]; then
depends CVS
fi &&
-optional_depends X11-LIBS \
+optional_depends xorg-libs \
"--enable-software-x11 --with-x" \
"--disable-software-x11 --without-x" \
"for software X11 rendering backend" &&
diff --git a/e/evas/HISTORY b/e/evas/HISTORY
index d8db9d138d..bdc1c8f1dc 100644
--- a/e/evas/HISTORY
+++ b/e/evas/HISTORY
@@ -1,3 +1,6 @@
+2008-03-18 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Switch X11-LIBS to the one and only xorg-libs
+
2007-08-09 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Added optional dependency on glew