[Pkg-e-devel] Bug#623646: libecore-x1: is the libxp dependency necessary?

Graham Inggs graham at nerve.org.za
Thu Dec 26 08:17:49 UTC 2013


tags 623646 patch
thanks

The attached patch disables building with libxp support and removes
the build-dep on libxp-dev.
-------------- next part --------------
diff -Nru ecore-1.7.7/debian/control ecore-1.7.7/debian/control
--- ecore-1.7.7/debian/control	2013-12-25 19:16:20.000000000 +0200
+++ ecore-1.7.7/debian/control	2013-12-26 10:11:17.000000000 +0200
@@ -1,3 +1,4 @@
+
 Source: ecore
 Section: libs
 Priority: optional
@@ -7,7 +8,7 @@
 Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 9), libeina-dev (>= 1.7.7),
  libevas-dev (>= 1.7.7), libgnutls-dev,
  libcurl4-gnutls-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
- libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libxi-dev,
+ libxrandr-dev, libxext-dev, libxcomposite-dev, libxi-dev,
  libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev, libjpeg-dev,
  libc-ares-dev, check
 Build-Depends-Indep: doxygen
@@ -148,7 +149,7 @@
          libevas-dev (>= 1.7.7), libeina-dev (>= 1.7.7),
          libgnutls-dev, libcurl4-gnutls-dev, libxcursor-dev, libxss-dev,
          libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, libxi-dev,
-         libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev,
+         libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev,
          libglib2.0-dev, libc-ares-dev, pkg-config
 Description: Ecore headers and static libraries
  This is the core event abstraction layer and X abstraction layer that makes
diff -Nru ecore-1.7.7/debian/rules ecore-1.7.7/debian/rules
--- ecore-1.7.7/debian/rules	2013-12-25 19:16:20.000000000 +0200
+++ ecore-1.7.7/debian/rules	2013-12-26 10:11:17.000000000 +0200
@@ -19,6 +19,7 @@
 	--enable-ecore-evas-software-x11 \
 	--disable-ecore-directfb \
 	--disable-ecore-evas-directfb \
+	--disable-ecore-x-xprint \
 	--enable-tests \
 	--enable-doc
 


More information about the Pkg-e-devel mailing list