summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-01-25 01:17:44 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-01-25 01:17:44 -0500
commitfd3bdb0fb98a96c207439774e51b4cc6a6eff4bf (patch)
treee79554dd2b4052e493cb622f82ff14892330087f
parent26d7723b0f53e1e07acb72a59c3a8c7c32ecaf9e (diff)
downloadzenity-fd3bdb0fb98a96c207439774e51b4cc6a6eff4bf.tar.gz
build: Replace deprecated functions
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 7c993e0..22195c5 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@ zenity_datadir = join_paths(zenity_prefix, get_option('datadir'), 'zenity')
zenity_localedir = join_paths(zenity_prefix, get_option('localedir'))
zenity_root_dir = include_directories('.')
-zenity_po_dir = join_paths(meson.source_root(), 'po')
+zenity_po_dir = join_paths(meson.project_source_root(), 'po')
gnome = import('gnome')
i18n = import('i18n')
@@ -84,7 +84,7 @@ x11 = dependency('x11', required: false)
perl = find_program('perl', required: false)
if perl.found()
- zenity_conf.set('PERL', perl.path())
+ zenity_conf.set('PERL', perl.full_path())
endif
configure_file(