mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 13:38:05 +02:00
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
cc7ad84078
commit
cdfc4c2d45
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@
|
|||
#include <sys/epoll.h>
|
||||
#include <sys/timerfd.h>
|
||||
|
||||
#include <pixman.h>
|
||||
|
||||
#ifdef HAVE_CAIRO_EGL
|
||||
#include <wayland-egl.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue