From d20c6469c0f420ebf16499881b28e2b5539fa248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 13 Nov 2021 09:03:29 +0100 Subject: Clean up --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') 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, -- cgit v1.2.3