From 7dba21c6d885605dd83fb1bea828b0c5e723b0d1 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sat, 13 Nov 2021 09:20:37 +0100 Subject: Use the hand/pointer cursor in the browser Also, fix the build. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0434cff..1125cd9 100644 --- a/meson.build +++ b/meson.build @@ -32,10 +32,10 @@ executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c', install : true, dependencies : [dependencies]) -if gdk_pixbuf.found() +if gdkpixbuf.found() executable('io-benchmark', 'fastiv-io-benchmark.c', 'fastiv-io.c', 'xdg.c', build_by_default : false, - dependencies : [dependencies, gdk_pixbuf]) + dependencies : [dependencies, gdkpixbuf]) endif install_data('fastiv.desktop', -- cgit v1.2.3-70-g09d2