summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRasmus Thomsen <cogitri@exherbo.org>2018-09-26 20:54:53 +0200
committerRasmus Thomsen <cogitri@exherbo.org>2018-09-26 20:54:59 +0200
commitb034a0af34a11e57af961d41126e917035eab1fe (patch)
treed2e79874fa045002c24405c941f45ef1888aea92 /src
parent9e51d94f07343c5cda84e1440277d85c39dca485 (diff)
meson: fix Namespace of GIR files
e9e4aaee changed the project name but didn't account for meson.project_name() being used here.
Diffstat (limited to 'src')
-rw-r--r--src/libaccountsservice/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libaccountsservice/meson.build b/src/libaccountsservice/meson.build
index 0266635..0b611d2 100644
--- a/src/libaccountsservice/meson.build
+++ b/src/libaccountsservice/meson.build
@@ -96,7 +96,7 @@ if get_option('introspection')
sources: sources + headers + [enum_sources[1]],
includes: ['GObject-2.0', 'Gio-2.0'],
dependencies: libaccountsservice_dep,
- namespace: meson.project_name(),
+ namespace: 'AccountsService',
nsversion: act_api_version,
identifier_prefix: act_id,
header: join_paths(subdir, 'act.h'),