summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2016-05-24 15:46:45 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-05-24 15:46:45 -0400
commitebe22ca61f76a45d9917913694aa118b3d36e1a5 (patch)
treeea11d4a848cc6065ea392a5414e1485bffea573b /m4
parent9c264fa0288a463f0587e2423c04c8b1403f264c (diff)
Fix The name of the pc file for Ecore_Win32
Summary: With the current detection, ecore_win32.pc was used. Fix this to use ecore-win32.pc Test Plan: compilation Reviewers: cedric, jpeg, zmike Differential Revision: https://phab.enlightenment.org/D3980
Diffstat (limited to '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 990f629f46..c9e15f3537 100644
--- a/m4/efl.m4
+++ b/m4/efl.m4
@@ -171,6 +171,9 @@ case "m4_defn([DOWNOTHER])" in
ecore_cocoa)
depname="ecore-cocoa"
;;
+ ecore_win32)
+ depname="ecore-win32"
+ ;;
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])}"