mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Port window.c to use wayland-egl
This commit is contained in:
parent
66cea0ad25
commit
297c6313eb
5 changed files with 62 additions and 98 deletions
|
|
@ -31,7 +31,7 @@ libtoytoolkit_la_SOURCES = \
|
|||
toolkit_libs = \
|
||||
libtoytoolkit.la \
|
||||
$(top_builddir)/wayland/libwayland-client.la \
|
||||
$(CLIENT_LIBS) -lrt -lm
|
||||
$(CLIENT_LIBS) -lrt -lm -lwayland-egl
|
||||
|
||||
gears_SOURCES = gears.c
|
||||
gears_LDADD = $(toolkit_libs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue