Lines Matching +full:keyboard +full:- +full:controller

4 	-I$(top_srcdir)/glamor			\
5 -I$(top_srcdir)/dri3 \
6 -DHAVE_DIX_CONFIG_H \
14 xwayland-input.c \
15 xwayland-cursor.c \
16 xwayland-shm.c \
17 xwayland-output.c \
18 xwayland-cvt.c \
19 xwayland-vidmode.c \
37 xwayland-glamor.c \
38 xwayland-glamor-gbm.c \
39 xwayland-present.c
42 xwayland-glamor-xv.c
47 xwayland-glamor-eglstream.c
51 drm-client-protocol.h \
52 drm-protocol.c
58 Xwayland_LDADD += $(GLAMOR_LIBS) $(GBM_LIBS) -lEGL -lGL
63 relative-pointer-unstable-v1-client-protocol.h \
64 relative-pointer-unstable-v1-protocol.c \
65 pointer-constraints-unstable-v1-client-protocol.h \
66 pointer-constraints-unstable-v1-protocol.c \
67 tablet-unstable-v2-client-protocol.h \
68 tablet-unstable-v2-protocol.c \
69 xwayland-keyboard-grab-unstable-v1-protocol.c \
70 xwayland-keyboard-grab-unstable-v1-client-protocol.h \
71 xdg-output-unstable-v1-protocol.c \
72 xdg-output-unstable-v1-client-protocol.h \
73 linux-dmabuf-unstable-v1-client-protocol.h \
74 linux-dmabuf-unstable-v1-protocol.c
78 wayland-eglstream-client-protocol.h \
79 wayland-eglstream-protocol.c \
80 wayland-eglstream-controller-client-protocol.h \
81 wayland-eglstream-controller-protocol.c
92 $(AM_V_at)rm -f Xwayland$(EXEEXT) && $(MAKE) Xwayland$(EXEEXT)
94 relative-pointer-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/relative-pointer/re…
96 relative-pointer-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/relative-poi…
97 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
99 pointer-constraints-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/pointer-constrai…
101 pointer-constraints-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/pointer-c…
102 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
104 tablet-unstable-v2-protocol.c: $(WAYLAND_PROTOCOLS_DATADIR)/unstable/tablet/tablet-unstable-v2.xml
106 tablet-unstable-v2-client-protocol.h: $(WAYLAND_PROTOCOLS_DATADIR)/unstable/tablet/tablet-unstable-
107 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
109 xwayland-keyboard-grab-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayland-keyb…
111 …ayland-keyboard-grab-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwaylan…
112 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
113 xdg-output-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xdg-output/xdg-output-uns…
115 xdg-output-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xdg-output/xdg-out…
116 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
118 linux-dmabuf-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/linux-dmabuf/linux-dmab…
120 linux-dmabuf-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/linux-dmabuf/lin…
121 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
123 wayland-eglstream-client-protocol.h : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream.xml
124 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
125 wayland-eglstream-controller-client-protocol.h : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream-con…
126 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
128 wayland-eglstream-protocol.c : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream.xml
130 wayland-eglstream-controller-protocol.c : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream-controller
133 %-protocol.c : %.xml
136 %-client-protocol.h : %.xml
137 $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@