tag 383297 + patch
stop
Hi,
On Wed, Aug 16, 2006, Loïc Minier wrote:
> I've rebuilt libcairo (with a newer directfb snapshot too, see #383238)
> with these flags, and Gtk 2.10 now links fine.
I've confirmed this also works with unstable's DirectFB. I attach the
patch of the NMU I prepared to get local packages. Please let me know
if I may upload it.
Bye,
--
Loïc Minier <[EMAIL PROTECTED]>
--- libcairo-1.2.2/debian/rules
+++ libcairo-1.2.2/debian/rules
@@ -28,7 +28,7 @@
# directfb DirectFB (requires Build-Depend on libdirectfb-0.9-24-dev )
DIRECTFB_CONFIGURE_FLAGS = \
--enable-directfb \
---disable-xlib --disable-pdf --disable-ps --disable-svg \
+--disable-xlib --enable-pdf --enable-ps --disable-svg \
--disable-glitz --disable-xcb \
--enable-png \
--program-suffix=-directfb
--- libcairo-1.2.2/debian/changelog
+++ libcairo-1.2.2/debian/changelog
@@ -1,3 +1,11 @@
+libcairo (1.2.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Configure the DirectFB flavor with --enable-pdf --enable-ps for the
+ DirectFB flavor of Gtk 2.10.
+
+ -- Loic Minier <[EMAIL PROTECTED]> Wed, 16 Aug 2006 14:05:00 +0200
+
libcairo (1.2.2-1) unstable; urgency=medium
* New upstream release.