mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-20 06:59:44 -05:00
Drop surface iterator API, just track surfaces in the compositor.
This commit is contained in:
parent
eac149ad06
commit
201a904889
4 changed files with 40 additions and 85 deletions
|
|
@ -28,7 +28,8 @@ $(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
|
|||
egl-compositor : \
|
||||
egl-compositor.o \
|
||||
evdev.o \
|
||||
cairo-util.o
|
||||
cairo-util.o \
|
||||
wayland-util.o
|
||||
|
||||
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
|
||||
egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue