1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

meson: Use project_name instead of 'libxml2'

This commit is contained in:
Jan Alexander Steffens (heftig) 2025-02-20 13:49:39 +01:00 committed by Nick Wellnhofer
parent e649c97246
commit 82fb5caee5

View File

@ -29,7 +29,7 @@ dir_include = dir_prefix / get_option('includedir')
dir_pkginclude = dir_include / meson.project_name()
dir_lib = dir_prefix / get_option('libdir')
dir_data = dir_prefix / get_option('datadir')
dir_doc = dir_data / 'doc' / 'libxml2'
dir_doc = dir_data / 'doc' / meson.project_name()
dir_locale = dir_prefix / get_option('localedir')
# host
@ -589,7 +589,7 @@ configure_file(
input: 'libxml2-config.cmake.in',
output: 'libxml2-config.cmake',
configuration: config_cmake,
install_dir: dir_lib / 'cmake' / 'libxml2',
install_dir: dir_lib / 'cmake' / meson.project_name(),
)
# summary