2014-09-27 11:52:59 -06:00
|
|
|
bin_PROGRAMS = Xwayland
|
|
|
|
|
|
|
|
Xwayland_CFLAGS = \
|
|
|
|
-I$(top_srcdir)/glamor \
|
|
|
|
-I$(top_srcdir)/dri3 \
|
|
|
|
-DHAVE_DIX_CONFIG_H \
|
|
|
|
$(XWAYLANDMODULES_CFLAGS) \
|
|
|
|
$(DIX_CFLAGS) \
|
|
|
|
$(GLAMOR_CFLAGS) \
|
|
|
|
$(GBM_CFLAGS)
|
|
|
|
|
|
|
|
Xwayland_SOURCES = \
|
|
|
|
xwayland.c \
|
|
|
|
xwayland-input.c \
|
|
|
|
xwayland-cursor.c \
|
|
|
|
xwayland-shm.c \
|
|
|
|
xwayland-output.c \
|
|
|
|
xwayland-cvt.c \
|
2016-05-29 06:02:34 -06:00
|
|
|
xwayland-vidmode.c \
|
2014-09-27 11:52:59 -06:00
|
|
|
xwayland.h \
|
|
|
|
$(top_srcdir)/Xi/stubs.c \
|
|
|
|
$(top_srcdir)/mi/miinitext.c
|
|
|
|
|
|
|
|
Xwayland_LDADD = \
|
|
|
|
$(glamor_lib) \
|
|
|
|
$(XWAYLAND_LIBS) \
|
2019-07-27 01:57:06 -06:00
|
|
|
$(top_builddir)/glx/libglxvnd.la \
|
2014-09-27 11:52:59 -06:00
|
|
|
$(XWAYLAND_SYS_LIBS) \
|
2016-05-29 06:02:34 -06:00
|
|
|
$(top_builddir)/Xext/libXvidmode.la \
|
2014-09-27 11:52:59 -06:00
|
|
|
$(XSERVER_SYS_LIBS)
|
|
|
|
Xwayland_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
Xwayland_built_sources =
|
2014-09-27 11:52:59 -06:00
|
|
|
|
|
|
|
if GLAMOR_EGL
|
2016-05-29 06:02:34 -06:00
|
|
|
Xwayland_SOURCES += \
|
2019-07-27 01:57:06 -06:00
|
|
|
xwayland-glamor.c \
|
|
|
|
xwayland-glamor-gbm.c \
|
|
|
|
xwayland-present.c
|
2016-05-29 06:02:34 -06:00
|
|
|
if XV
|
|
|
|
Xwayland_SOURCES += \
|
|
|
|
xwayland-glamor-xv.c
|
|
|
|
endif
|
2014-09-27 11:52:59 -06:00
|
|
|
|
2019-07-27 01:57:06 -06:00
|
|
|
if XWAYLAND_EGLSTREAM
|
|
|
|
Xwayland_SOURCES += \
|
|
|
|
xwayland-glamor-eglstream.c
|
|
|
|
endif
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
glamor_built_sources = \
|
2014-09-27 11:52:59 -06:00
|
|
|
drm-client-protocol.h \
|
|
|
|
drm-protocol.c
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
Xwayland_built_sources += $(glamor_built_sources)
|
2014-09-27 11:52:59 -06:00
|
|
|
|
|
|
|
glamor_lib = $(top_builddir)/glamor/libglamor.la
|
|
|
|
|
|
|
|
Xwayland_LDADD += $(GLAMOR_LIBS) $(GBM_LIBS) -lEGL -lGL
|
2017-12-08 08:01:59 -07:00
|
|
|
Xwayland_DEPENDENCIES = $(glamor_lib) $(XWAYLAND_LIBS)
|
2014-09-27 11:52:59 -06:00
|
|
|
endif
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
Xwayland_built_sources += \
|
|
|
|
relative-pointer-unstable-v1-client-protocol.h \
|
|
|
|
relative-pointer-unstable-v1-protocol.c \
|
|
|
|
pointer-constraints-unstable-v1-client-protocol.h \
|
2019-07-27 01:57:06 -06:00
|
|
|
pointer-constraints-unstable-v1-protocol.c \
|
|
|
|
tablet-unstable-v2-client-protocol.h \
|
|
|
|
tablet-unstable-v2-protocol.c \
|
|
|
|
xwayland-keyboard-grab-unstable-v1-protocol.c \
|
|
|
|
xwayland-keyboard-grab-unstable-v1-client-protocol.h \
|
|
|
|
xdg-output-unstable-v1-protocol.c \
|
|
|
|
xdg-output-unstable-v1-client-protocol.h \
|
|
|
|
linux-dmabuf-unstable-v1-client-protocol.h \
|
|
|
|
linux-dmabuf-unstable-v1-protocol.c
|
|
|
|
|
|
|
|
if XWAYLAND_EGLSTREAM
|
|
|
|
Xwayland_built_sources += \
|
|
|
|
wayland-eglstream-client-protocol.h \
|
|
|
|
wayland-eglstream-protocol.c \
|
|
|
|
wayland-eglstream-controller-client-protocol.h \
|
|
|
|
wayland-eglstream-controller-protocol.c
|
|
|
|
endif
|
2017-12-08 08:01:59 -07:00
|
|
|
|
|
|
|
nodist_Xwayland_SOURCES = $(Xwayland_built_sources)
|
|
|
|
CLEANFILES = $(Xwayland_built_sources)
|
|
|
|
|
2014-09-27 11:52:59 -06:00
|
|
|
EXTRA_DIST = drm.xml
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
$(Xwayland_SOURCES): $(Xwayland_built_sources)
|
|
|
|
|
2014-09-27 11:52:59 -06:00
|
|
|
relink:
|
|
|
|
$(AM_V_at)rm -f Xwayland$(EXEEXT) && $(MAKE) Xwayland$(EXEEXT)
|
|
|
|
|
2017-12-08 08:01:59 -07:00
|
|
|
relative-pointer-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/relative-pointer/relative-pointer-unstable-v1.xml
|
2019-07-27 01:57:06 -06:00
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
2017-12-08 08:01:59 -07:00
|
|
|
relative-pointer-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/relative-pointer/relative-pointer-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
|
|
|
pointer-constraints-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
|
2019-07-27 01:57:06 -06:00
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
2017-12-08 08:01:59 -07:00
|
|
|
pointer-constraints-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
2019-07-27 01:57:06 -06:00
|
|
|
tablet-unstable-v2-protocol.c: $(WAYLAND_PROTOCOLS_DATADIR)/unstable/tablet/tablet-unstable-v2.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
|
|
|
tablet-unstable-v2-client-protocol.h: $(WAYLAND_PROTOCOLS_DATADIR)/unstable/tablet/tablet-unstable-v2.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
|
|
|
xwayland-keyboard-grab-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
|
|
|
xwayland-keyboard-grab-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
xdg-output-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xdg-output/xdg-output-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
|
|
|
xdg-output-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/xdg-output/xdg-output-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
|
|
|
linux-dmabuf-unstable-v1-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
|
|
|
linux-dmabuf-unstable-v1-client-protocol.h : $(WAYLAND_PROTOCOLS_DATADIR)/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
|
|
|
wayland-eglstream-client-protocol.h : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
wayland-eglstream-controller-client-protocol.h : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream-controller.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|
|
|
|
|
|
|
|
wayland-eglstream-protocol.c : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
|
|
|
|
wayland-eglstream-controller-protocol.c : $(WAYLAND_EGLSTREAM_DATADIR)/wayland-eglstream-controller.xml
|
2014-09-27 11:52:59 -06:00
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
|
|
|
|
|
2019-07-27 01:57:06 -06:00
|
|
|
%-protocol.c : %.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) @SCANNER_ARG@ < $< > $@
|
|
|
|
|
2014-09-27 11:52:59 -06:00
|
|
|
%-client-protocol.h : %.xml
|
|
|
|
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
|