+ecore (1.0.0.001+svn.51480slp2+build04) unstable; urgency=low
+
+ * add as-needed
+ * Git: 165.213.180.234:/git/slp/pkgs/ecore
+ * Tag: ecore_1.0.0.001+svn.51480slp2+build04
+
+ -- Jaehwan Kim <jae.hwan.kim@samsung.com> Wed, 15 Sep 2010 10:00:16 +0900
+
ecore (1.0.0.001+svn.51480slp2+build03) unstable; urgency=low
* repackage for stopping EPOLL fucntionality
libeet-dev (>= 1.0.0), libevas-dev , libglib2.0-dev,
libxcursor-dev, libxrender-dev, libxinerama-dev,
libxrandr-dev, libxext-dev, libxcomposite-dev, libjpeg7-dev,
- libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen, pkg-config, libtool, libcurl-dev, libts-calibration-dev
+ libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen, pkg-config, libtool, libcurl-dev
Standards-Version: 3.8.1
Homepage: http://enlightenment.org
libecore-data (= ${binary:Version}),
libeet-dev, libevas-dev (>= 0.9.9.060), libeina-dev, pkg-config, libcurl-dev,
libxcursor-dev, libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev,
- libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev, libts-calibration-dev
+ libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev
Description: Ecore headers and static libraries
This is the core event abstraction layer and X abstraction layer that makes
doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
--disable-rpath \
--disable-openssl \
--disable-gnutls \
+ --disable-tslib \
--enable-doc \
--enable-simple-x11 \
--enable-ecore-evas-opengl-x11 \
--disable-xim
DEB_MAKE_CLEAN_TARGET := distclean
-CFLAGS += -fvisibility=hidden
-LDFLAGS += -fvisibility=hidden
+CFLAGS += -fvisibility=hidden -fPIC
+LDFLAGS += -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed
build/libecore-doc::
cd $(DEB_SRCDIR)/doc && make doc