meson: Fix variable name

This commit is contained in:
Rafał Dzięgiel
2021-09-08 21:09:48 +02:00
parent c41b77a14b
commit 3e04139288

View File

@@ -1,4 +1,4 @@
iconsdir = join_paths(sharedir, 'icons', 'hicolor')
iconsdir = join_paths(datadir, 'icons', 'hicolor')
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()