efl/evas_cserve2 slave just need -lrt, not whole evas deps/libs

SVN revision: 82732
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-13 23:12:40 +00:00
parent 3cb8756c23
commit fe0df086f3
2 changed files with 7 additions and 2 deletions

View File

@ -1623,6 +1623,10 @@ fi
if test "x${want_evas_cserve2}" = "xyes"; then
if test "x${ac_cv_header_sys_epoll_h}" = "xno" || test "x${ac_cv_header_sys_inotify_h}" = "xno" || test "x${ac_cv_header_sys_signalfd_h}" = "xno"; then
want_evas_cserve2="no"
else
EFL_CHECK_FUNC([EVAS_CSERVE2_SLAVE], [shm_open])
EVAS_CSERVE2_SLAVE_LIBS="${requirements_libs_evas_cserve2_slave}"
AC_SUBST([EVAS_CSERVE2_SLAVE_LIBS])
fi
fi

View File

@ -1490,7 +1490,7 @@ bin_evas_evas_cserve2_slave_CPPFLAGS = \
bin_evas_evas_cserve2_slave_LDADD = \
lib/eina/libeina.la \
@EVAS_LDFLAGS@ \
@EVAS_LIBS@
@EVAS_CSERVE2_SLAVE_LIBS@
bin_evas_evas_cserve2_slave_LDFLAGS = -export-dynamic
@ -1507,7 +1507,8 @@ bin_evas_dummy_slave_CPPFLAGS = \
@EVAS_CFLAGS@
bin_evas_dummy_slave_LDADD = \
@EVAS_LIBS@
@EVAS_LDFLAGS@ \
@EVAS_CSERVE2_SLAVE_LIBS@
### Cserve2 loaders