summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-07 12:49:54 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-07 12:49:54 +0100
commitc29267721e5a6887150bcbb3f0c394cc0449cbd3 (patch)
tree83594516e39c6720f1ea80d00626883bec8121d7
parentb53f262c896320078d07569a1c63fe6fc87f660f (diff)
downloadgnome-bluetooth-c29267721e5a6887150bcbb3f0c394cc0449cbd3.tar.gz
build: Make gettext domain match API name
-rw-r--r--meson.build6
1 files changed, 1 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index 510f255d..1b27f533 100644
--- a/meson.build
+++ b/meson.build
@@ -12,14 +12,10 @@ gnomebt_major_version = version_array[0].to_int()
gnomebt_api_version = '3.0'
gnomebt_api_name = '@0@-@1@'.format(meson.project_name(), gnomebt_api_version)
+gnomebt_gettext_package = gnomebt_api_name
gnomebt_gir_ns = 'GnomeBluetooth'
-# The number at the end a suffix of the files and should
-# be bumped along the api_version so that translations
-# can be installed in parallel with older versions.
-gnomebt_gettext_package = meson.project_name() + '3'
-
gnomebt_prefix = get_option('prefix')
gnomebt_datadir = get_option('datadir')
gnomebt_localedir = get_option('localedir')