diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-13 09:20:37 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-13 09:21:28 +0100 |
commit | 7dba21c6d885605dd83fb1bea828b0c5e723b0d1 (patch) | |
tree | 5282edf2c784ff6306bc08c3b09a93cc8f4cc00f /meson.build | |
parent | d20c6469c0f420ebf16499881b28e2b5539fa248 (diff) | |
download | fiv-7dba21c6d885605dd83fb1bea828b0c5e723b0d1.tar.gz fiv-7dba21c6d885605dd83fb1bea828b0c5e723b0d1.tar.xz fiv-7dba21c6d885605dd83fb1bea828b0c5e723b0d1.zip |
Use the hand/pointer cursor in the browser
Also, fix the build.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
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', |