mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
Drop glx-compositor for now.
Might want to resurrect this later, but for now, let's not try to drag it along.
This commit is contained in:
parent
4a8767bbb7
commit
b96785ca61
2 changed files with 1 additions and 385 deletions
|
|
@ -5,7 +5,7 @@ exec_prefix = @exec_prefix@
|
|||
|
||||
libs = libwayland-server.so libwayland.so
|
||||
clients = flower gears screenshot terminal
|
||||
compositors = egl-compositor glx-compositor
|
||||
compositors = egl-compositor
|
||||
|
||||
all : $(libs) $(compositors) $(clients)
|
||||
|
||||
|
|
@ -37,10 +37,6 @@ egl-compositor : \
|
|||
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
|
||||
egl-compositor : LDLIBS += @EGL_COMPOSITOR_LIBS@ -L. -lwayland-server -rdynamic -lrt
|
||||
|
||||
glx-compositor : glx-compositor.o
|
||||
glx-compositor : CFLAGS += @GL_COMPOSITOR_CFLAGS@
|
||||
glx-compositor : LDLIBS += @GL_COMPOSITOR_LIBS@ -L. -lwayland-server
|
||||
|
||||
flower : flower.o wayland-glib.o cairo-util.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
screenshot : screenshot.o wayland-glib.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue