summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-27 14:37:28 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-28 12:52:58 +0200
commitbb4d1165340edcd90c5e1a652d7eca21baadfb9c (patch)
treede36a017493578f902850c6904de99c7716d2a42
parent92455d42a063229338247a3b21ba0c4a06d43bfe (diff)
downloadefl-bb4d1165340edcd90c5e1a652d7eca21baadfb9c.tar.gz
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
-rw-r--r--src/lib/eina/meson.build11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build
index bdb69000b9..15d1742633 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -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