mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 12: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 = \
|
nobase_dist_pkgdata_DATA = \
|
||||||
$(unstable_protocols) \
|
$(unstable_protocols) \
|
||||||
|
$(stable_protocols) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
dist_noinst_DATA = \
|
dist_noinst_DATA = \
|
||||||
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
$(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
|
||||||
|
$(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
noarch_pkgconfig_DATA = wayland-protocols.pc
|
noarch_pkgconfig_DATA = wayland-protocols.pc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue