aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-15 07:42:23 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:43 -0400
commit0579dca6a5fae625efbbfe3b31167d855c8f966d (patch)
treebcf69a28dfb65f941e9540986a693fd4c612eb50 /subprojects
parente1bcda7bd5ed51bf60157605bb087d2312e15e59 (diff)
downloadjalv-0579dca6a5fae625efbbfe3b31167d855c8f966d.tar.gz
jalv-0579dca6a5fae625efbbfe3b31167d855c8f966d.tar.bz2
jalv-0579dca6a5fae625efbbfe3b31167d855c8f966d.zip
Switch to meson build system
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/lilv.wrap9
-rw-r--r--subprojects/lv2.wrap9
-rw-r--r--subprojects/serd.wrap9
-rw-r--r--subprojects/sord.wrap9
-rw-r--r--subprojects/sratom.wrap9
-rw-r--r--subprojects/suil.wrap9
6 files changed, 54 insertions, 0 deletions
diff --git a/subprojects/lilv.wrap b/subprojects/lilv.wrap
new file mode 100644
index 0000000..e770df3
--- /dev/null
+++ b/subprojects/lilv.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=lilv
+url=https://gitlab.com/lv2/lilv.git
+push-url=ssh://git@gitlab.com:lv2/lilv.git
+revision=meson
+depth=1
diff --git a/subprojects/lv2.wrap b/subprojects/lv2.wrap
new file mode 100644
index 0000000..a650391
--- /dev/null
+++ b/subprojects/lv2.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=lv2
+url=https://gitlab.com/lv2/lv2.git
+push-url=ssh://git@gitlab.com:lv2/lv2.git
+revision=meson
+depth=1
diff --git a/subprojects/serd.wrap b/subprojects/serd.wrap
new file mode 100644
index 0000000..91c893c
--- /dev/null
+++ b/subprojects/serd.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=serd
+url=https://gitlab.com/drobilla/serd.git
+push-url=ssh://git@gitlab.com:drobilla/serd.git
+revision=meson
+depth=1
diff --git a/subprojects/sord.wrap b/subprojects/sord.wrap
new file mode 100644
index 0000000..59ff9ca
--- /dev/null
+++ b/subprojects/sord.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=sord
+url=https://gitlab.com/drobilla/sord.git
+push-url=ssh://git@gitlab.com:drobilla/sord.git
+revision=meson
+depth=1
diff --git a/subprojects/sratom.wrap b/subprojects/sratom.wrap
new file mode 100644
index 0000000..8490bef
--- /dev/null
+++ b/subprojects/sratom.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=sratom
+url=https://gitlab.com/lv2/sratom.git
+push-url=ssh://git@gitlab.com:lv2/sratom.git
+revision=meson
+depth=1
diff --git a/subprojects/suil.wrap b/subprojects/suil.wrap
new file mode 100644
index 0000000..6c2dedf
--- /dev/null
+++ b/subprojects/suil.wrap
@@ -0,0 +1,9 @@
+# Copyright 2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+[wrap-git]
+directory=suil
+url=https://gitlab.com/lv2/suil.git
+push-url=ssh://git@gitlab.com:lv2/suil.git
+revision=meson
+depth=1