mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Split out connection io buffer logic.
This commit is contained in:
parent
c5089878cb
commit
680f1c7025
4 changed files with 300 additions and 193 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ LDLIBS += $(shell pkg-config --libs libffi libdrm)
|
|||
|
||||
all : wayland client
|
||||
|
||||
wayland_objs = wayland.o event-loop.o hash.o compositor.o
|
||||
wayland_objs = wayland.o event-loop.o connection.o hash.o compositor.o
|
||||
|
||||
wayland : $(wayland_objs)
|
||||
gcc -o $@ $(wayland_objs) $(LDLIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue