mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 05:50:09 +01:00
Makefile: install and dist stable protocols
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
f4e9da8363
commit
62468ffc9a
1 changed files with 2 additions and 0 deletions
|
|
@ -15,10 +15,12 @@ stable_protocols = \
|
|||
|
||||
nobase_dist_pkgdata_DATA = \
|
||||
$(unstable_protocols) \
|
||||
$(stable_protocols) \
|
||||
$(NULL)
|
||||
|
||||
dist_noinst_DATA = \
|
||||
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
||||
$(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \
|
||||
$(NULL)
|
||||
|
||||
noarch_pkgconfig_DATA = wayland-protocols.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue