summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xe-17/evas/DEPENDS3
-rw-r--r--e-17/evas/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/e-17/evas/DEPENDS b/e-17/evas/DEPENDS
index 07b588abbb..ee2186e0a2 100755
--- a/e-17/evas/DEPENDS
+++ b/e-17/evas/DEPENDS
@@ -5,7 +5,8 @@ depends libtool &&
depends freetype2 &&
if [[ "x${EVAS_X11XCB}" == "xx11" ]]; then
- depends xorg-libs "--enable-software-xlib --with-x"
+ depends libsm &&
+ depends libx11 "--enable-software-xlib --with-x"
elif [[ "x${EVAS_X11XCB}" == "xxcb" ]]; then
depends libxcb "--enable-software-xcb --enable-async-events"
# else "none" handled in BUILD
diff --git a/e-17/evas/HISTORY b/e-17/evas/HISTORY
index 54d7fc1ffc..bfc9eb1c1f 100644
--- a/e-17/evas/HISTORY
+++ b/e-17/evas/HISTORY
@@ -1,3 +1,6 @@
+2013-09-06 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Replaced xorg-libs with libsm and libx11
+
2013-07-30 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Updated to 1.7.8