mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-25 06:59:46 -05:00
Add x11 backend for compositor
This still needs all the bells and whistles from the egl-kms mesa branch, but it makes it a lot easier to work on wayland.
This commit is contained in:
parent
fc783d4071
commit
ce5325d3ed
7 changed files with 901 additions and 184 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ $(libs) :
|
|||
compositor : \
|
||||
compositor.o \
|
||||
compositor-drm.o \
|
||||
compositor-x11.o \
|
||||
screenshooter.o \
|
||||
cairo-util.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue