[xiph-commits] r12302 - trunk/sushivision
giles at svn.xiph.org
giles at svn.xiph.org
Thu Jan 4 11:49:20 PST 2007
Author: giles
Date: 2007-01-04 11:49:19 -0800 (Thu, 04 Jan 2007)
New Revision: 12302
Modified:
trunk/sushivision/Makefile
Log:
Pass cairo-ft as a dependency to pkg-config, instead of freetype, since
that's all we're actually using. Solves the same problem as the previous
commit.
Modified: trunk/sushivision/Makefile
===================================================================
--- trunk/sushivision/Makefile 2007-01-04 19:31:26 UTC (rev 12301)
+++ trunk/sushivision/Makefile 2007-01-04 19:49:19 UTC (rev 12302)
@@ -36,7 +36,7 @@
LIBS = -lpthread -ldl
CAIROVER = >= 1.0.0
GTKVER = >= 2.8.0
-GCF = -std=gnu99 `pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) gthread-2.0 freetype2"`
+GCF = -std=gnu99 `pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) cairo-ft $(CAIROVER) gthread-2.0"`
LDF = -pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 \
-lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lm \
-lfontconfig -lpng12 -lXrender -lX11 -lpthread -lfreetype -lz -lgthread-2.0 \
@@ -103,4 +103,4 @@
$(INSTALL) -d -m 0755 $(LIBDIR)/pkgconfig
$(INSTALL) -m 0755 $(TARGET) $(LIBDIR)
$(INSTALL) -m 0755 sushivision.pc $(LIBDIR)/pkgconfig
- $(LDCONFIG)
\ No newline at end of file
+ $(LDCONFIG)
More information about the commits
mailing list