diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-10 10:55:19 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-10 10:55:19 +0100 |
commit | 7cc8f085b86e7172155912b53c423ba8990a6d60 (patch) | |
tree | 5beb31e3968d2290ad27e14050daacd706337acb /m4/efl.m4 | |
parent | 4993dc2d77292e8492da5546f4e1986f6528bc23 (diff) | |
download | efl-7cc8f085b86e7172155912b53c423ba8990a6d60.tar.gz |
build: add mapping between ecore_file and ecore-file for pkgconfig files
elua.pc was depending on a ecore_file pc file it is named ecore-file. We have
mapping for similar cases. This one was just forgotten it seems.
Fixes T5075
Diffstat (limited to 'm4/efl.m4')
-rw-r--r-- | m4/efl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -180,6 +180,9 @@ case "m4_defn([DOWNOTHER])" in ecore_sdl) depname="ecore-sdl" ;; + ecore_file) + depname="ecore-file" + ;; 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])}" |