diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-04-01 00:08:59 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2016-04-01 00:08:59 +0200 |
commit | 66baee9af0e93f625f88d70bc5a9a705dfd9bb16 (patch) | |
tree | 1171b75180d22da9596227f10195c80c32327cf5 /m4 | |
parent | 5517a23cde7af74cacf6d13be6e65596c02de048 (diff) | |
download | efl-66baee9af0e93f625f88d70bc5a9a705dfd9bb16.tar.gz |
elementary: fix internal dependencies
Ecore_Cocoa was not handled properly.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/efl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -168,6 +168,9 @@ case "m4_defn([DOWNOTHER])" in ecore_drm) depname="ecore-drm" ;; + ecore_cocoa) + depname="ecore-cocoa" + ;; esac requirements_pc_[]m4_defn([DOWNEFL])="${depname} >= ${PACKAGE_VERSION} ${requirements_pc_[][]m4_defn([DOWNEFL])}" requirements_cflags_[]m4_defn([DOWNEFL])="-I\$(top_srcdir)/src/lib/${libdirname} -I\$(top_builddir)/src/lib/${libdirname} ${requirements_cflags_[][]m4_defn([DOWNEFL])}" |