diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-05-14 09:46:43 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-05-22 16:52:48 +0300 |
commit | bde55f41892b31247c7deddacbda588142cf6cb9 (patch) | |
tree | 9b38f29d24f522c1137114b3472f9f042b627b94 /meson.build | |
parent | 0cad9482c0cd9615cafe9cecdb66a08ee1e04fa4 (diff) | |
download | nautilus-bde55f41892b31247c7deddacbda588142cf6cb9.tar.gz |
eel: Remove a11y utilities
In theory, it would be possible to just drop the GAIL code and keep the
header, but, given that NautilusCanvasItem is the only remaining
consumer, the needed bits can be moved over.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b68cf04ac..50f8134ca 100644 --- a/meson.build +++ b/meson.build @@ -69,7 +69,6 @@ libgd_dep = libgd.get_variable('libgd_dep') libm = cc.find_library('m') -gail = dependency('gail-3.0') if get_option('extensions') gexiv = dependency('gexiv2', version: '>= 0.10.0') endif |