build: rely on automatic pkg file generation for eina

this automatically brings it to efl-one, which makes this easier.

Differential Revision: https://phab.enlightenment.org/D11892
This commit is contained in:
Marcel Hollerbach 2020-05-27 14:37:28 +02:00 committed by Stefan Schmidt
parent 92455d42a0
commit bb4d116534
1 changed files with 3 additions and 8 deletions

View File

@ -388,11 +388,6 @@ install_headers(public_sub_headers,
install_dir : join_paths(dir_package_include, 'eina')
)
automatic_pkgfile = false
pkgconfig.generate(eina_lib,
name : 'eina',
subdirs : ['eina-'+version_major, 'efl-'+version_major, join_paths('eina-'+version_major, 'eina')],
version : version_major + '.' + version_minor + '.' + version_micro,
libraries : eina_pub_deps + eina_pc_deps,
)
package_header_subdirs += 'eina'
#special case here to support -lm -ldl -threads
eina_pub_deps += eina_pc_deps