mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
simple-client: Port to wayland-egl and use eglSwapBuffers()
simple-client is simpler.
This commit is contained in:
parent
f57a96f98d
commit
a495a5ed8b
2 changed files with 54 additions and 119 deletions
|
|
@ -58,8 +58,10 @@ resizor_SOURCES = resizor.c
|
|||
resizor_LDADD = $(toolkit_libs)
|
||||
|
||||
simple_client_SOURCES = simple-client.c
|
||||
simple_client_LDADD = \
|
||||
$(top_builddir)/wayland/libwayland-client.la -lm $(GLES2_LIBS)
|
||||
simple_client_LDADD = \
|
||||
$(top_builddir)/wayland/libwayland-client.la -lm \
|
||||
$(GLES2_LIBS) \
|
||||
-lwayland-egl
|
||||
|
||||
eventdemo_SOURCES = eventdemo.c
|
||||
eventdemo_LDADD = $(toolkit_libs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue