mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +01:00
19 lines
632 B
Makefile
19 lines
632 B
Makefile
unstable_protocols = \
|
|
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
|
|
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
|
|
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
|
|
unstable/text-input/text-input-unstable-v1.xml \
|
|
unstable/input-method/input-method-unstable-v1.xml \
|
|
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
|
|
$(NULL)
|
|
|
|
nobase_dist_pkgdata_DATA = \
|
|
$(unstable_protocols) \
|
|
$(NULL)
|
|
|
|
dist_noinst_DATA = \
|
|
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
|
$(NULL)
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = wayland-protocols.pc
|