summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2024-04-19 18:22:39 +0100
committerPhilip Withnall <pwithnall@gnome.org>2024-04-19 20:18:51 +0100
commit5d14c8a2153a5e879897218dcccf157eb540b5d9 (patch)
tree03d1888fb5a38af55c7f2c61d0127ab77e19bb0e
parentb77b858ba97f764a8a8a7f76834d546473ef3d19 (diff)
build: Don’t re-define standard variables in pkg.generate()
Since Meson 0.62, these are now automatically defined by Meson if they’re referenced anywhere. Fixes a Meson warning. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r--src/libaccountsservice/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libaccountsservice/meson.build b/src/libaccountsservice/meson.build
index 51c18fa..061342a 100644
--- a/src/libaccountsservice/meson.build
+++ b/src/libaccountsservice/meson.build
@@ -65,8 +65,6 @@ pkg.generate(
filebase: act_name,
subdirs: act_api_name,
variables: [
- 'exec_prefix=${prefix}',
- 'datadir=${prefix}/' + get_option('datadir'),
'interfacesdir=${datadir}/accountsservice/interfaces',
],
requires_private : [