diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-09-07 23:53:41 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-09-12 00:24:58 +0530 |
commit | aa3e8ee097d477446cbe8d5a94c8e4dc8cef8cbb (patch) | |
tree | 67b0bd66851a2c29ad07e0c1b7b6642b63577e8e /subprojects | |
parent | 1a11d0071beb47691af7fb9f23d92558bf2ffe2f (diff) | |
download | gtk+-aa3e8ee097d477446cbe8d5a94c8e4dc8cef8cbb.tar.gz |
build: Add dependency fallbacks for libs with meson ports
With these changes gtk+ builds for me using fallbacks for all libraries
with fallbacks available. Needs the following changes:
https://github.com/ebassi/graphene/pull/109 (graphene)
https://bugzilla.gnome.org/show_bug.cgi?id=787414 (pango)
https://github.com/mesonbuild/meson/pull/2291 (will be in meson 0.42.1)
https://bugzilla.gnome.org/show_bug.cgi?id=787416
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/gdk-pixbuf.wrap | 5 | ||||
-rw-r--r-- | subprojects/glib.wrap | 5 | ||||
-rw-r--r-- | subprojects/pango.wrap | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/subprojects/gdk-pixbuf.wrap b/subprojects/gdk-pixbuf.wrap new file mode 100644 index 0000000000..1d251c53ff --- /dev/null +++ b/subprojects/gdk-pixbuf.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory=gdk-pixbuf +url=https://git.gnome.org/browse/gdk-pixbuf +push-url=ssh://git.gnome.org/git/gdk-pixbuf +revision=origin/master diff --git a/subprojects/glib.wrap b/subprojects/glib.wrap new file mode 100644 index 0000000000..17aa35a379 --- /dev/null +++ b/subprojects/glib.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory=glib +url=https://git.gnome.org/browse/glib +push-url=ssh://git.gnome.org/git/glib +revision=origin/master diff --git a/subprojects/pango.wrap b/subprojects/pango.wrap new file mode 100644 index 0000000000..e7bc1733e9 --- /dev/null +++ b/subprojects/pango.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory=pango +url=https://git.gnome.org/browse/pango +push-url=ssh://git.gnome.org/git/pango +revision=origin/master |