Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-29 12:29:18 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-29 12:38:30 +0300
commit6649ca3f96cdb1597f0a98e3cb85b60f0e82f987 (patch)
treec33bad11fb2a99731de2e8874af5733b7844814d /include/meson.build
parentf5b7e2ff1ab6be1c19d186b9a1706ef3c7e0ddbf (diff)
Build: Re-structure and cleanup meson.build files
Diffstat (limited to 'include/meson.build')
-rw-r--r--include/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build
index 82e45a3..5080dff 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -22,6 +22,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Revision file (version.h) generation
dav1d_git_dir = join_paths(dav1d_src_root, '.git')
rev_target = vcs_tag(command: [
'git', '--git-dir', dav1d_git_dir,
@@ -31,3 +32,6 @@ rev_target = vcs_tag(command: [
input: 'version.h.in',
output: 'version.h'
)
+
+# Install include/dav1d headers
+install_subdir('dav1d', install_dir: 'include')