diff options
author | Oz Tiram <[email protected]> | 2025-04-01 22:54:48 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 65b96812c421b59ec41d38daf07413015f5ccc85 (patch) | |
tree | da448a2addce79e0217ab71577b9f20cba246f51 /libdocument | |
parent | 5ac96fcd0d9aa5697450ac6f9ba8e420be84e3cc (diff) | |
download | atril-65b96812c421b59ec41d38daf07413015f5ccc85.tar.bz2 atril-65b96812c421b59ec41d38daf07413015f5ccc85.tar.xz |
chore: clean references to xreader
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'libdocument')
-rw-r--r-- | libdocument/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdocument/meson.build b/libdocument/meson.build index a8b7d387..5dd9fe33 100644 --- a/libdocument/meson.build +++ b/libdocument/meson.build @@ -124,7 +124,7 @@ libdocument_deps = [ ] libdocument = library( - 'xreaderdocument', + 'libdocument', libdocument_private_headers + libdocument_sources, dependencies: libdocument_deps, include_directories: include_root, @@ -158,7 +158,7 @@ if get_option('introspection') libdocument_gir = gnome.generate_gir( libdocument, - namespace: 'XreaderDocument', + namespace: 'AtrilDocument', nsversion: api_version, sources: libdocument_sources, identifier_prefix: 'Ev', @@ -167,6 +167,6 @@ if get_option('introspection') install: true, install_dir_typelib: join_paths(libdir, 'girepository-1.0'), install_dir_gir: join_paths(datadir, 'gir-1.0'), - export_packages: 'xreader-document-' + api_version, + export_packages: 'libdocument-' + api_version, ) endif |