summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-02-16 08:41:48 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-16 06:04:44 +0100
commita4e16ce3cc41ee50a6b8d5eb895f27f5c178bac0 (patch)
treee1e939def6849dd4c565c52a660ec27110252e70 /gdk/meson.build
parentd4764cc89bd99fc8f4423ba06cc155ca88c40c60 (diff)
downloadgtk+-a4e16ce3cc41ee50a6b8d5eb895f27f5c178bac0.tar.gz
texture: Implement GdkPaintable
This is kind of evil because we need to link to GTK to be able to snapshot, but I hope nobody notices.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r--gdk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index 1254ec1393..7808ab20ea 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -167,6 +167,7 @@ gdk_deps = [
cairogobj_dep,
glib_dep,
gobject_dep,
+ graphene_dep,
epoxy_dep,
fontconfig_dep,
platform_gio_dep,