summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-27 13:09:36 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-05-27 13:26:15 +0200
commit0b08318117540f45e87874f000d2aa5eb90bcbee (patch)
treec91cf4996c2ea6d1effe33f1e1ac7e78bedd0d9b /meson.build
parentb1c65d4da790e0a3c6b3bbaf027fa8f8e771e40b (diff)
downloadefl-0b08318117540f45e87874f000d2aa5eb90bcbee.tar.gz
build: add correct flags to efl-one.pc
they are required, and normally dragged in via eina.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 1533d984f7..5f6c339907 100644
--- a/meson.build
+++ b/meson.build
@@ -504,7 +504,7 @@ if (get_option('efl-one'))
pkgconfig.generate(
name : 'efl-one',
description: 'Configureation for efl in one big fat .so',
- libraries : efl_one,
+ libraries : [efl_one] + eina_pc_deps, #eina is a special case here which drags in m dl & threads
)
#overwrite all the dependencies of subprojects with efl-one, in order to link the modules and binaries to the correct .so