Skip to content
Snippets Groups Projects
Verified Commit 6bdb4634 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Don't use join_path

parent 40c51fff
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@ compiled_schemas = gnome.compile_schemas(
install_data(
'uk.me.bcowan.Rugby.gschema.xml',
install_dir: join_paths(datadir, 'glib-2.0', 'schemas'),
install_dir: datadir / 'glib-2.0' / 'schemas',
)
......@@ -14,6 +14,7 @@ project('rugby', 'c',
)
datadir = get_option('datadir')
desktopdir = datadir / 'applications'
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment