mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
build: Install appstream metadata to non-deprecated location
This commit is contained in:
parent
3965de7e28
commit
5d75a4a5bc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ add_global_arguments ('-Wno-deprecated-declarations', language:'c')
|
|||
|
||||
bindir = get_option ('bindir')
|
||||
datadir = get_option ('datadir')
|
||||
appdatadir = join_paths (datadir, 'appdata')
|
||||
appdatadir = join_paths (datadir, 'metainfo')
|
||||
desktopdir = join_paths (datadir, 'applications')
|
||||
icondir = join_paths (datadir, 'icons')
|
||||
includedir = get_option ('includedir')
|
||||
|
|
Loading…
Reference in a new issue