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 /libview | |
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 'libview')
-rw-r--r-- | libview/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/meson.build b/libview/meson.build index 4699ee26..806c51d0 100644 --- a/libview/meson.build +++ b/libview/meson.build @@ -79,7 +79,7 @@ if get_option('epub') endif libview = library( - 'xreaderview', + 'libview', libview_sources + libview_private_headers + libdoc_enums + libview_marshal, include_directories: include_dirs, dependencies: libview_deps, @@ -111,6 +111,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-view-' + api_version, 'xreader-document-' + api_version], + export_packages: ['libview-' + api_version, 'libdocument-' + api_version], ) endif |