diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-05 18:06:53 +0200 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2018-12-05 16:41:03 +0000 |
commit | c2ea2b38da6fd4f2dbfb1a26980edd3e3faf5876 (patch) | |
tree | dd008e3a09b6347acb8f3d7bada0d4065d00cc14 /meson.build | |
parent | 7b3b5e9179b12a6c8b23d9b5f7b3c6a17ed28e35 (diff) | |
download | appstream-glib-c2ea2b38da6fd4f2dbfb1a26980edd3e3faf5876.tar.gz |
build: Remove unnecessary gtk dependency for builder
Builder checks for gtk+, but the result isn't used anywhere, thus
introducing an unnecessary gtk+ dependency.
-Dbuilder=true -Dfonts=true would still depend on gdk, but a
-Dbuilder=true -Dfonts=false build doesn't anymore.
Closes: #274
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 a26b88a..a8649d5 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,6 @@ gdkpixbuf = dependency('gdk-pixbuf-2.0', version : '>= 2.31.5') # builder (default enabled) if get_option('builder') - gtk = dependency('gtk+-3.0') gmodule = dependency('gmodule-2.0') if get_option('rpm') rpm = dependency('rpm') |