seems like the scanner needs to generate a wayland-common-protocol.h
tim
CC compositor-wayland.o
In file included from ../wayland/wayland-server.h:32,
from compositor.h:25,
from compositor-wayland.c:40:
../wayland/wayland-server-protocol.h:122: error: nes
---
wayland/wayland-client.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/wayland/wayland-client.c b/wayland/wayland-client.c
index 0259017..08dbc50 100644
--- a/wayland/wayland-client.c
+++ b/wayland/wayland-client.c
@@ -494,6 +494,10 @@ wl_display_iterate(struct wl
Hi,
Today I update wayland from git and found that there are some new options
for configure:
--enable-x11-compositor
--enable-drm-compositor
--enable-wayland-compositor
and the git log is
Make it possible to enable/disable the various compositors from configure
but --enable-drm-composito
---
compositor/shm.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compositor/shm.c b/compositor/shm.c
index 6b96a5b..913833e 100644
--- a/compositor/shm.c
+++ b/compositor/shm.c
@@ -61,7 +61,7 @@ shm_buffer_attach(struct wl_buffer *buffer_base, struct
wl_surface *su