From 65b96812c421b59ec41d38daf07413015f5ccc85 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Tue, 1 Apr 2025 22:54:48 +0200 Subject: chore: clean references to xreader Signed-off-by: Oz Tiram --- libview/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libview') 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 -- cgit v1.2.1