mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-18 06:59:46 -05:00
Switch to using mesa EGL
This commit is contained in:
parent
f52e03ff47
commit
3afd45d49c
4 changed files with 102 additions and 67 deletions
|
|
@ -39,7 +39,7 @@ wayland-system-compositor : \
|
|||
wayland-util.o
|
||||
|
||||
wayland-system-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
|
||||
wayland-system-compositor : LDLIBS += ./libwayland-server.so @EGL_COMPOSITOR_LIBS@ -rdynamic -lrt
|
||||
wayland-system-compositor : LDLIBS += ./libwayland-server.so @EGL_COMPOSITOR_LIBS@ -rdynamic -lrt -lEGL
|
||||
|
||||
flower : flower.o wayland-glib.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
|
|
@ -55,7 +55,7 @@ view : CFLAGS += @POPPLER_CFLAGS@
|
|||
view : LDLIBS += @POPPLER_LIBS@
|
||||
|
||||
$(egl_clients) : CFLAGS += @EGL_CLIENT_CFLAGS@
|
||||
$(egl_clients) : LDLIBS += -L. -lwayland @EGL_CLIENT_LIBS@ -lrt
|
||||
$(egl_clients) : LDLIBS += -L. -lwayland @EGL_CLIENT_LIBS@ -lrt -lEGL
|
||||
$(cairo_clients) : CFLAGS += @CAIRO_CLIENT_CFLAGS@
|
||||
$(cairo_clients) : LDLIBS += ./libwayland.so @CAIRO_CLIENT_LIBS@ -lrt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue