2018-06-05 11:53:51 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
2015-11-18 10:25:16 +08:00
|
|
|
unstable_protocols = \
|
2015-10-09 12:08:30 +08:00
|
|
|
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
|
2015-10-09 12:10:47 +08:00
|
|
|
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
|
2015-10-20 10:48:57 +08:00
|
|
|
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
|
2015-10-21 14:44:16 +08:00
|
|
|
unstable/text-input/text-input-unstable-v1.xml \
|
2018-07-30 17:11:01 +02:00
|
|
|
unstable/text-input/text-input-unstable-v3.xml \
|
2021-03-16 15:03:30 +01:00
|
|
|
unstable/text-input/text-input-unstable-v4.xml \
|
2015-10-21 16:21:11 +08:00
|
|
|
unstable/input-method/input-method-unstable-v1.xml \
|
2015-10-29 18:10:07 +08:00
|
|
|
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
|
2015-12-03 08:44:47 +08:00
|
|
|
unstable/xdg-shell/xdg-shell-unstable-v6.xml \
|
2015-10-21 11:31:00 +08:00
|
|
|
unstable/relative-pointer/relative-pointer-unstable-v1.xml \
|
2015-10-21 11:59:01 +08:00
|
|
|
unstable/pointer-constraints/pointer-constraints-unstable-v1.xml \
|
2016-03-09 16:10:48 +10:00
|
|
|
unstable/tablet/tablet-unstable-v1.xml \
|
2016-07-11 17:13:33 +02:00
|
|
|
unstable/tablet/tablet-unstable-v2.xml \
|
2016-04-01 10:55:14 +08:00
|
|
|
unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
|
2017-09-18 14:09:04 +02:00
|
|
|
unstable/xdg-foreign/xdg-foreign-unstable-v2.xml \
|
2016-07-14 18:35:31 -07:00
|
|
|
unstable/idle-inhibit/idle-inhibit-unstable-v1.xml \
|
2017-06-30 18:10:01 +02:00
|
|
|
unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \
|
2017-06-30 18:13:52 +02:00
|
|
|
unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
|
2017-07-26 10:03:00 +02:00
|
|
|
unstable/xdg-output/xdg-output-unstable-v1.xml \
|
2017-12-18 14:55:00 +02:00
|
|
|
unstable/input-timestamps/input-timestamps-unstable-v1.xml \
|
2018-06-18 06:16:21 -04:00
|
|
|
unstable/xdg-decoration/xdg-decoration-unstable-v1.xml \
|
2018-11-09 09:46:36 +02:00
|
|
|
unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml \
|
2018-10-18 07:54:14 +00:00
|
|
|
unstable/primary-selection/primary-selection-unstable-v1.xml \
|
2015-10-09 12:08:30 +08:00
|
|
|
$(NULL)
|
|
|
|
|
|
2016-01-12 21:12:37 +01:00
|
|
|
stable_protocols = \
|
2016-02-22 15:11:14 +02:00
|
|
|
stable/presentation-time/presentation-time.xml \
|
2016-04-15 14:29:06 +03:00
|
|
|
stable/viewporter/viewporter.xml \
|
2017-12-02 09:48:09 +08:00
|
|
|
stable/xdg-shell/xdg-shell.xml \
|
2016-01-12 21:12:37 +01:00
|
|
|
$(NULL)
|
|
|
|
|
|
2015-11-18 10:25:16 +08:00
|
|
|
nobase_dist_pkgdata_DATA = \
|
|
|
|
|
$(unstable_protocols) \
|
2016-02-17 16:50:31 +02:00
|
|
|
$(stable_protocols) \
|
2015-11-18 10:25:16 +08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
dist_noinst_DATA = \
|
|
|
|
|
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
2016-02-17 16:50:31 +02:00
|
|
|
$(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \
|
2015-11-18 10:25:16 +08:00
|
|
|
$(NULL)
|
|
|
|
|
|
2015-11-22 20:51:27 +01:00
|
|
|
noarch_pkgconfig_DATA = wayland-protocols.pc
|
2016-01-12 21:12:37 +01:00
|
|
|
|
|
|
|
|
dist_check_SCRIPTS = tests/scan.sh
|
|
|
|
|
|
|
|
|
|
TESTS = $(unstable_protocols) $(stable_protocols)
|
|
|
|
|
TEST_EXTENSIONS = .xml
|
|
|
|
|
AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;
|
|
|
|
|
XML_LOG_COMPILER = $(srcdir)/tests/scan.sh
|