gegl r2098 - in trunk: . operations/external



Author: ok
Date: Fri Feb 22 02:08:23 2008
New Revision: 2098
URL: http://svn.gnome.org/viewvc/gegl?rev=2098&view=rev

Log:
* operations/external/Makefile.am: the text op depends on pangocairo
not pango and cairo.


Modified:
   trunk/ChangeLog
   trunk/operations/external/Makefile.am

Modified: trunk/operations/external/Makefile.am
==============================================================================
--- trunk/operations/external/Makefile.am	(original)
+++ trunk/operations/external/Makefile.am	Fri Feb 22 02:08:23 2008
@@ -23,10 +23,10 @@
 # for a specific dependency.
 ops =
 
-if HAVE_CAIRO
+if HAVE_PANGOCAIRO
 text_la_SOURCES = text.c
-text_la_LIBADD = $(op_libs) $(CAIRO_LIBS) $(PANGO_LIBS)
-text_la_CFLAGS = $(CAIRO_CFLAGS) $(PANGO_CFLAGS)
+text_la_LIBADD = $(op_libs) $(PANGOCAIRO_LIBS)
+text_la_CFLAGS = $(PANGOCAIRO_CFLAGS)
 ops += text.la
 endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]