meson: fixing the datadir/libdir/sysconfdir.

As noticd by Bruno, the meson port is inconsistent with our 2.10
autotools build here too (and therefore our data path standards).
Fixing.
This commit is contained in:
Jehan 2024-04-25 01:13:38 +02:00
parent 9d93160de6
commit 973c2dd710
1 changed files with 1 additions and 1 deletions

View File

@ -1310,7 +1310,7 @@ if gimpdir == ''
gimpdir = meson.project_name().to_upper()
endif
project_subdir = meson.project_name() / gimp_app_version
project_subdir = meson.project_name() / gimp_api_version
gimpdatadir = get_option('datadir') / project_subdir
gimpplugindir = get_option('libdir') / project_subdir
gimpsysconfdir = get_option('sysconfdir') / project_subdir