mirror of https://github.com/GNOME/gimp.git
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:
parent
9d93160de6
commit
973c2dd710
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue