build: add efl as internal dep for eldbus
authorRomain Naour <romain.naour@openwide.fr>
Tue, 8 Sep 2015 20:04:23 +0000 (22:04 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 7 Jan 2016 08:16:06 +0000 (09:16 +0100)
commitb4a0deebcca15f96eff7915cc2123d98a2d487cb
tree6e18017cf109c616f15c96f124cd8bbf0487f32b
parent3557b346c4c66a60a694385db62a63519ed7cb64
build: add efl as internal dep for eldbus

The build stop wile building eldbus-codegen:

  CCLD     bin/eldbus/eldbus-codegen
  CXXLD    bin/eolian_cxx/eolian_cxx
  CCLD     lib/ecore_x/ecore_x_vsync
  CCLD     lib/evas/common/libevas_op_blend_sse3.la
  CCLD     lib/evas/common/libevas_convert_rgb_32.la
  CCLD     lib/ecore_ipc/libecore_ipc.la
[...]/i686-ctng-linux-gnu/bin/ld: warning: libefl.so.1, needed by lib/ecore/.libs/libecore.so, not found (try using -rpath or -rpath-link)
lib/ecore/.libs/libecore.so: undefined reference to `efl_control_suspend_set'
lib/ecore/.libs/libecore.so: undefined reference to `efl_control_interface_get'
collect2: error: ld returned 1 exit status
Makefile:19135: recipe for target 'bin/eldbus/eldbus-codegen' failed
make[6]: *** [bin/eldbus/eldbus-codegen] Error 1

A dependency on libefl seems to be missing for eldbus.

Fixes T2718 and T2952

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
configure.ac