aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xcursor/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcursor/meson.build b/xcursor/meson.build
index a167137a..c9f59293 100644
--- a/xcursor/meson.build
+++ b/xcursor/meson.build
@@ -1,6 +1,6 @@
icondir = get_option('icon_directory')
if icondir == ''
- icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons')
+ icondir = get_option('prefix') / get_option('datadir') / 'icons'
endif
add_project_arguments('-DICONDIR="@0@"'.format(icondir), language : 'c')