mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Tag pgbackrest build target in meson as installable.
By default meson does not install anything. Targets can be installed by tagging them as installable in the build definition.
This commit is contained in:
parent
924aa5e8b1
commit
7877983acb
@ -1,2 +1,16 @@
|
||||
<release date="XXXX-XX-XX" version="2.52dev" title="UNDER DEVELOPMENT">
|
||||
<release-core-list>
|
||||
<release-improvement-list>
|
||||
<release-item>
|
||||
<github-pull-request id="2312"/>
|
||||
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="bradford.boyle"/>
|
||||
<release-item-reviewer id="david.steele"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Tag <id>pgbackrest</id> build target in meson as installable.</p>
|
||||
</release-item>
|
||||
</release-improvement-list>
|
||||
</release-core-list>
|
||||
</release>
|
||||
|
@ -125,6 +125,11 @@
|
||||
<contributor-id type="github">bradnicholson</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="bradford.boyle">
|
||||
<contributor-name-display>Bradford Boyle</contributor-name-display>
|
||||
<contributor-id type="github">bradfordboyle</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="brent.graveland">
|
||||
<contributor-name-display>Brent Graveland</contributor-name-display>
|
||||
<contributor-id type="github">graveland</contributor-id>
|
||||
|
@ -284,5 +284,6 @@ executable(
|
||||
lib_xml,
|
||||
lib_z,
|
||||
lib_zstd,
|
||||
]
|
||||
],
|
||||
install: true,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user