mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-16 06:59:47 -05:00
Rename egl-compositor to wayland-system-compositor.
The wayland-system-compositor is the top-level compositor. X sessions or nested Wayland sessions will run as clients of the system compositor. The system compositor is licensed under the GPL.
This commit is contained in:
parent
15d0f8b236
commit
82f6e8a2ef
5 changed files with 81 additions and 69 deletions
10
Makefile.in
10
Makefile.in
|
|
@ -5,7 +5,7 @@ exec_prefix = @exec_prefix@
|
|||
|
||||
libs = libwayland-server.so libwayland.so
|
||||
clients = flower gears screenshot terminal
|
||||
compositors = egl-compositor
|
||||
compositors = wayland-system-compositor
|
||||
|
||||
all : $(libs) $(compositors) $(clients)
|
||||
|
||||
|
|
@ -29,14 +29,14 @@ $(libs) :
|
|||
|
||||
$(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
|
||||
|
||||
egl-compositor : \
|
||||
egl-compositor.o \
|
||||
wayland-system-compositor : \
|
||||
wayland-system-compositor.o \
|
||||
evdev.o \
|
||||
cairo-util.o \
|
||||
wayland-util.o
|
||||
|
||||
egl-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
|
||||
egl-compositor : LDLIBS += -L. -lwayland-server @EGL_COMPOSITOR_LIBS@ -rdynamic -lrt
|
||||
wayland-system-compositor : CFLAGS += @EGL_COMPOSITOR_CFLAGS@
|
||||
wayland-system-compositor : LDLIBS += -L. -lwayland-server @EGL_COMPOSITOR_LIBS@ -rdynamic -lrt
|
||||
|
||||
flower : flower.o wayland-glib.o cairo-util.o
|
||||
gears : gears.o window.o wayland-glib.o cairo-util.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue