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
This commit is contained in:
parent
3c2360ff9d
commit
15336e8b5c
@ -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
|
||||
|
@ -40,8 +40,6 @@
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/timerfd.h>
|
||||
|
||||
#include <pixman.h>
|
||||
|
||||
#ifdef HAVE_CAIRO_EGL
|
||||
#include <wayland-egl.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user