meson: fix subdir in the installation

we did a completly wrong thing here, and it only worked by accident.
We passed a absolut path into a parameter where only a number should be
passed. This is now fixed.

This fixes meson build with meson-0.50 and bindings enabled

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8328
This commit is contained in:
Marcel Hollerbach 2019-03-13 17:15:45 +01:00
parent 5e4560c7cc
commit d293f0ef9f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ foreach lib : cxx_sublibs
'-DNEED_RUN_IN_TREE=1'
]
dir_package_include = join_paths(dir_include, package_version_name)
dir_package_include = package_version_name
dir_package_modules = join_paths(dir_lib, package_name, 'modules')
cxx_generator_target = []
cxx_header_src = []