elementary: fix internal dependencies

Ecore_Cocoa was not handled properly.
This commit is contained in:
Jean Guyomarc'h 2016-04-01 00:08:59 +02:00
parent 5517a23cde
commit 66baee9af0
1 changed files with 3 additions and 0 deletions

View File

@ -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])}"