Skip to content

meson: Use appsdir variable

Matt Turner requested to merge mattst88/gnome-taquin:appsdir into master

This fixes the installation location of the .desktop file, since it was not using the prefix option from the datadir variable:

datadir = join_paths(get_option('prefix'), get_option('datadir'))

Also fix the whitespace while we're here.

Merge request reports