summaryrefslogtreecommitdiff
path: root/m4/efl.m4
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2017-02-10 10:55:19 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2017-02-10 10:55:19 +0100
commit7cc8f085b86e7172155912b53c423ba8990a6d60 (patch)
tree5beb31e3968d2290ad27e14050daacd706337acb /m4/efl.m4
parent4993dc2d77292e8492da5546f4e1986f6528bc23 (diff)
downloadefl-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.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/efl.m4 b/m4/efl.m4
index 73d53a3190..7c2fc416a9 100644
--- a/m4/efl.m4
+++ b/m4/efl.m4
@@ -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])}"