From cdfc4c2d45b48ab12c243bb7f011f1244b3b0a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 28 Jan 2013 16:03:51 -0500 Subject: [PATCH] toytoolkit: Remove left-over pixman dependency toytoolkit doesn't use pixman. Remove the pixman.h include and the LDADD. https://bugs.freedesktop.org/show_bug.cgi?id=57812 --- clients/Makefile.am | 3 +-- clients/window.c | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 18af2c00e..621c7c35d 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -82,7 +82,6 @@ libtoytoolkit_la_SOURCES = \ workspaces-client-protocol.h libtoytoolkit_la_LIBADD = \ - $(PIXMAN_LIBS) \ $(CLIENT_LIBS) \ $(CAIRO_EGL_LIBS) \ ../shared/libshared-cairo.la -lrt -lm @@ -104,7 +103,7 @@ image_LDADD = libtoytoolkit.la cliptest_SOURCES = cliptest.c cliptest_CPPFLAGS = $(AM_CPPFLAGS) $(PIXMAN_CFLAGS) -cliptest_LDADD = libtoytoolkit.la +cliptest_LDADD = libtoytoolkit.la $(PIXMAN_LIBS) dnd_SOURCES = dnd.c dnd_LDADD = libtoytoolkit.la diff --git a/clients/window.c b/clients/window.c index b7abfc8a4..3d23b3ae0 100644 --- a/clients/window.c +++ b/clients/window.c @@ -39,8 +39,6 @@ #include #include -#include - #ifdef HAVE_CAIRO_EGL #include