mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +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)
|
||||
if appstream_util.found()
|
||||
|
Reference in New Issue
Block a user