mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-02 09:22:01 +02:00
meson: Fix variable name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
iconsdir = join_paths(sharedir, 'icons', 'hicolor')
|
iconsdir = join_paths(datadir, 'icons', 'hicolor')
|
||||||
|
|
||||||
appstream_util = find_program('appstream-util', required: false)
|
appstream_util = find_program('appstream-util', required: false)
|
||||||
if appstream_util.found()
|
if appstream_util.found()
|
||||||
|
Reference in New Issue
Block a user