diff options
author | lukefromdc <[email protected]> | 2023-12-28 21:58:52 -0500 |
---|---|---|
committer | mouse <[email protected]> | 2024-01-02 09:33:04 +0800 |
commit | 87eb9c7c59ec952ddc5508c7efb7251d662b24ed (patch) | |
tree | 573bbb370f0c3b16e82a73a14f836137ed45ba69 /capplets/time-admin | |
parent | bca3b80da6b3653ada9e0546a3fd053cdc4651d0 (diff) | |
download | mate-control-center-87eb9c7c59ec952ddc5508c7efb7251d662b24ed.tar.bz2 mate-control-center-87eb9c7c59ec952ddc5508c7efb7251d662b24ed.tar.xz |
Meson: fix mate-time-admin directory error
*Ensure we attempt to load files
*from mate-time-admin/map/
*not mate-time-admin/map
Otherwise mate-time-admin built with meson cannot find the files and errors out
Diffstat (limited to 'capplets/time-admin')
-rw-r--r-- | capplets/time-admin/src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/time-admin/src/meson.build b/capplets/time-admin/src/meson.build index 59247248..69706bd5 100644 --- a/capplets/time-admin/src/meson.build +++ b/capplets/time-admin/src/meson.build @@ -15,7 +15,7 @@ sources += gnome.compile_resources( cflags += [ '-DMATECC_DATA_DIR="@0@"'.format(mcc_pkgdatadir), - '-DTIMPZONEDIR="@0@"'.format(mcc_timezonedir), + '-DTIMPZONEDIR="@0@""/"'.format(mcc_timezonedir), ] executable( |