From: Marcel Hollerbach Date: Wed, 27 May 2020 12:37:28 +0000 (+0200) Subject: build: rely on automatic pkg file generation for eina X-Git-Tag: accepted/tizen/unified/20200604.164556~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67be1929b29c5bab5753f1f759cc7fb07d5ab87c;p=platform%2Fupstream%2Fefl.git 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 --- diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index d3d140d..0a25cb8 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -396,11 +396,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