projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5517a23
)
elementary: fix internal dependencies
author
Jean Guyomarc'h
<jean.guyomarch@gmail.com>
Thu, 31 Mar 2016 22:08:59 +0000
(
00:08
+0200)
committer
Jean Guyomarc'h
<jean.guyomarch@gmail.com>
Thu, 31 Mar 2016 22:08:59 +0000
(
00:08
+0200)
Ecore_Cocoa was not handled properly.
m4/efl.m4
patch
|
blob
|
history
diff --git
a/m4/efl.m4
b/m4/efl.m4
index 7547c6e81eb5be2ccc7708e119c66310ea2bf710..ce04bb5c7c70cd1ef7deb21730319bf305693dc0 100644
(file)
--- a/
m4/efl.m4
+++ b/
m4/efl.m4
@@
-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])}"