From 239b2b66b2cfd46abe8d84162a74a7e47a54d85b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 18 Feb 2010 21:00:24 +0100 Subject: Remove qcairo dependency, only use pixman --- server/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index aaef6a71..f91debd1 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/common/linux \ $(PROTOCOL_CFLAGS) \ $(FFMPEG_CFLAGS) \ - $(QCAIRO_CFLAGS) \ + $(PIXMAN_CFLAGS) \ $(GL_CFLAGS) \ $(LOG4CPP_CFLAGS) \ $(SSL_CFLAGS) \ @@ -42,7 +42,7 @@ libspice_la_LDFLAGS = \ libspice_la_LIBADD = \ $(GL_LIBS) \ $(FFMPEG_LIBS) \ - $(QCAIRO_LIBS) \ + $(PIXMAN_LIBS) \ $(SSL_LIBS) \ $(CELT051_LIBS) \ $(SLIRP_LIBS) \ -- cgit