[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, new-svn-snapshot, updated. debian/1.0.0_beta-1-306-ge5178b9

Albin Tonnerre albin.tonnerre at gmail.com
Fri Nov 11 14:52:43 UTC 2011


The following commit has been merged in the new-svn-snapshot branch:
commit 0f6edf59ed7d70443011f347b284ae5448a570fb
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sun Mar 13 16:39:46 2011 +0100

    Enable c-ares support for dns lookups in ecore-con

diff --git a/debian/control b/debian/control
index 3ae5c42..0871a55 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 7.0.50~), libeina-dev (>= 1.0
  libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
  libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libxi-dev,
  libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev, libjpeg62-dev,
- check
+ libc-ares-dev, check
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.1
 Homepage: http://enlightenment.org
diff --git a/debian/rules b/debian/rules
index 9e6e3ca..423803a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ build-test-stamp: build
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	--disable-rpath \
+	--enable-cares \
 	--enable-posix-threads \
 	--enable-glib \
 	--disable-openssl \

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list