summaryrefslogtreecommitdiff
path: root/gtk/meson.build
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-09-07 23:53:41 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-09-12 00:24:58 +0530
commitaa3e8ee097d477446cbe8d5a94c8e4dc8cef8cbb (patch)
tree67b0bd66851a2c29ad07e0c1b7b6642b63577e8e /gtk/meson.build
parent1a11d0071beb47691af7fb9f23d92558bf2ffe2f (diff)
downloadgtk+-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 'gtk/meson.build')
-rw-r--r--gtk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/meson.build b/gtk/meson.build
index cb04e90321..20b0410555 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -814,6 +814,7 @@ gtk_deps = [
gmodule_dep,
giounix_dep,
glib_dep,
+ gobject_dep,
atkbridge_dep,
pangocairo_dep,
pango_dep,