mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +01:00
Makefile.am: Include protocol README files in tarball
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
7c671d7967
commit
67cd84ca01
1 changed files with 9 additions and 1 deletions
10
Makefile.am
10
Makefile.am
|
|
@ -1,4 +1,4 @@
|
||||||
nobase_dist_pkgdata_DATA = \
|
unstable_protocols = \
|
||||||
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
|
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
|
||||||
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
|
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
|
||||||
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
|
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
|
||||||
|
|
@ -7,5 +7,13 @@ nobase_dist_pkgdata_DATA = \
|
||||||
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
|
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
nobase_dist_pkgdata_DATA = \
|
||||||
|
$(unstable_protocols) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
dist_noinst_DATA = \
|
||||||
|
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = wayland-protocols.pc
|
pkgconfig_DATA = wayland-protocols.pc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue