aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-11-13 09:03:29 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-11-13 09:06:01 +0100
commitd20c6469c0f420ebf16499881b28e2b5539fa248 (patch)
tree1101ba572c2cbf3229bca212a664455e6b9d865c /meson.build
parentf7c1006053225427aea0828713b9b51546d3b510 (diff)
downloadfiv-d20c6469c0f420ebf16499881b28e2b5539fa248.tar.gz
fiv-d20c6469c0f420ebf16499881b28e2b5539fa248.tar.xz
fiv-d20c6469c0f420ebf16499881b28e2b5539fa248.zip
Clean up
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 07e87ad..0434cff 100644
--- a/meson.build
+++ b/meson.build
@@ -32,8 +32,6 @@ executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
install : true,
dependencies : [dependencies])
-# TODO(p): See fastiv_io_open(), consider optionally integrating this.
-gdk_pixbuf = dependency('gdk-pixbuf-2.0', required : false)
if gdk_pixbuf.found()
executable('io-benchmark', 'fastiv-io-benchmark.c', 'fastiv-io.c', 'xdg.c',
build_by_default : false,