mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-02 06:46:26 -04:00
document the usage of libtoytoolkit
(krh: edited to follow window_create() API changes)
This commit is contained in:
parent
f71accc5b8
commit
503ccca5c8
3 changed files with 402 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ noinst_PROGRAMS = \
|
|||
dnd \
|
||||
smoke \
|
||||
resizor \
|
||||
simple-client
|
||||
simple-client \
|
||||
eventdemo
|
||||
|
||||
noinst_LTLIBRARIES = libtoytoolkit.la
|
||||
|
||||
|
|
@ -60,6 +61,9 @@ simple_client_SOURCES = simple-client.c
|
|||
simple_client_LDADD = \
|
||||
$(top_builddir)/wayland/libwayland-client.la -lm $(GLES2_LIBS)
|
||||
|
||||
eventdemo_SOURCES = eventdemo.c
|
||||
eventdemo_LDADD = $(toolkit_libs)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
screenshooter-client-protocol.h \
|
||||
screenshooter-protocol.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue