summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-18 21:00:24 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-23 22:52:06 +0100
commit239b2b66b2cfd46abe8d84162a74a7e47a54d85b (patch)
treeade9dd6dd1a0f7fe96029119007a26b4aa35abdb /client
parent295738b453f44f43a941d072290c5e975c3a6cb4 (diff)
downloadspice-239b2b66b2cfd46abe8d84162a74a7e47a54d85b.tar.gz
spice-239b2b66b2cfd46abe8d84162a74a7e47a54d85b.tar.xz
spice-239b2b66b2cfd46abe8d84162a74a7e47a54d85b.zip
Remove qcairo dependency, only use pixman
Diffstat (limited to 'client')
-rw-r--r--client/canvas.h1
-rw-r--r--client/display_channel.h1
-rw-r--r--client/x11/Makefile.am4
3 files changed, 2 insertions, 4 deletions
diff --git a/client/canvas.h b/client/canvas.h
index 65856565..79400cc3 100644
--- a/client/canvas.h
+++ b/client/canvas.h
@@ -21,7 +21,6 @@
#include "common.h"
#include "debug.h"
#include "region.h"
-#include "cairo.h"
#include <spice/protocol.h>
#include "cache.hpp"
#include "shared_cache.hpp"
diff --git a/client/display_channel.h b/client/display_channel.h
index 802898f5..b2e37914 100644
--- a/client/display_channel.h
+++ b/client/display_channel.h
@@ -22,7 +22,6 @@
#include "canvas.h"
#include "region.h"
#include "red_channel.h"
-#include "cairo.h"
#include "cache.hpp"
#include "screen_layer.h"
#include "process_loop.h"
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index d645c389..d703101e 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = \
$(GL_CFLAGS) \
$(ALSA_CFLAGS) \
$(FFMPEG_CFLAGS) \
- $(QCAIRO_CFLAGS) \
+ $(PIXMAN_CFLAGS) \
$(LOG4CPP_CFLAGS) \
$(CELT051_CFLAGS) \
$(SSL_CFLAGS) \
@@ -155,7 +155,7 @@ spicec_LDFLAGS = \
$(CEGUI_LIBS)
spicec_LDADD = \
- $(QCAIRO_LIBS) \
+ $(PIXMAN_LIBS) \
$(FFMPEG_LIBS) \
$(ALSA_LIBS) \
$(GL_LIBS) \