[epiphany/gnome-3-32] Switch libdazzle and libhandy to submodules
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-32] Switch libdazzle and libhandy to submodules
- Date: Mon, 18 Feb 2019 23:50:32 +0000 (UTC)
commit 01481a5d6f0a9553a2363a41bd4b0205b51b4770
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon Feb 18 17:27:36 2019 -0600
Switch libdazzle and libhandy to submodules
The wrap files aren't as useful as expected. Fixes #676
This also updates libdazzle. Hopefully that's fine.
.gitignore | 2 --
.gitmodules | 6 ++++++
subprojects/libdazzle | 1 +
subprojects/libdazzle.wrap | 4 ----
subprojects/libhandy | 1 +
subprojects/libhandy.wrap | 4 ----
6 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdd22660a..567609b12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
build/
-subprojects/libdazzle/
-subprojects/libhandy/
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..76298f76e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "subprojects/libhandy"]
+ path = subprojects/libhandy
+ url = https://source.puri.sm/Librem5/libhandy.git
+[submodule "subprojects/libdazzle"]
+ path = subprojects/libdazzle
+ url = https://gitlab.gnome.org/GNOME/libdazzle.git
diff --git a/subprojects/libdazzle b/subprojects/libdazzle
new file mode 160000
index 000000000..976924323
--- /dev/null
+++ b/subprojects/libdazzle
@@ -0,0 +1 @@
+Subproject commit 9769243235a70cf0e414e2213bf230daebc1d30d
diff --git a/subprojects/libhandy b/subprojects/libhandy
new file mode 160000
index 000000000..3721b490b
--- /dev/null
+++ b/subprojects/libhandy
@@ -0,0 +1 @@
+Subproject commit 3721b490b6aacd0a8c755bf445b0a91ee9c347bc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]