Port window.c to use wayland-egl

This commit is contained in:
Kristian Høgsberg 2011-02-04 14:11:33 -05:00
parent 66cea0ad25
commit 297c6313eb
5 changed files with 62 additions and 98 deletions

View file

@ -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)