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
Kristian Høgsberg 12 years ago
parent 3c2360ff9d
commit 15336e8b5c
  1. 3
      clients/Makefile.am
  2. 2
      clients/window.c

@ -85,7 +85,6 @@ libtoytoolkit_la_SOURCES = \
workspaces-client-protocol.h workspaces-client-protocol.h
libtoytoolkit_la_LIBADD = \ libtoytoolkit_la_LIBADD = \
$(PIXMAN_LIBS) \
$(CLIENT_LIBS) \ $(CLIENT_LIBS) \
$(CAIRO_EGL_LIBS) \ $(CAIRO_EGL_LIBS) \
../shared/libshared-cairo.la -lrt -lm ../shared/libshared-cairo.la -lrt -lm
@ -107,7 +106,7 @@ image_LDADD = libtoytoolkit.la
cliptest_SOURCES = cliptest.c cliptest_SOURCES = cliptest.c
cliptest_CPPFLAGS = $(AM_CPPFLAGS) $(PIXMAN_CFLAGS) cliptest_CPPFLAGS = $(AM_CPPFLAGS) $(PIXMAN_CFLAGS)
cliptest_LDADD = libtoytoolkit.la cliptest_LDADD = libtoytoolkit.la $(PIXMAN_LIBS)
dnd_SOURCES = dnd.c dnd_SOURCES = dnd.c
dnd_LDADD = libtoytoolkit.la dnd_LDADD = libtoytoolkit.la

@ -40,8 +40,6 @@
#include <sys/epoll.h> #include <sys/epoll.h>
#include <sys/timerfd.h> #include <sys/timerfd.h>
#include <pixman.h>
#ifdef HAVE_CAIRO_EGL #ifdef HAVE_CAIRO_EGL
#include <wayland-egl.h> #include <wayland-egl.h>

Loading…
Cancel
Save