Use the hand/pointer cursor in the browser

Also, fix the build.
This commit is contained in:
2021-11-13 09:20:37 +01:00
parent d20c6469c0
commit 7dba21c6d8
2 changed files with 24 additions and 3 deletions

View File

@@ -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',