From 15336e8b5c3a76a0c9e1b717a18514781f28dd3e 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 0c5495cd..c820f84b 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -85,7 +85,6 @@ libtoytoolkit_la_SOURCES = \ workspaces-client-protocol.h libtoytoolkit_la_LIBADD = \ - $(PIXMAN_LIBS) \ $(CLIENT_LIBS) \ $(CAIRO_EGL_LIBS) \ ../shared/libshared-cairo.la -lrt -lm @@ -107,7 +106,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 799926ce..9c21f064 100644 --- a/clients/window.c +++ b/clients/window.c @@ -40,8 +40,6 @@ #include #include -#include - #ifdef HAVE_CAIRO_EGL #include