I missed one, thus the build failure.

Now if cedric wants to put the want_systemd back in, the detection
should work
This commit is contained in:
Iván Briano 2013-03-11 21:19:30 -03:00
parent 06fd353123
commit 3098e886b8
1 changed files with 1 additions and 1 deletions

View File

@ -1950,7 +1950,7 @@ else
ecore_con_resolver="fork"
fi
EFL_OPTIONAL_DEPEND_PKG([ECORE_CON], [${have_systemd}], [SYSTEMD], [libsystemd-daemon])
EFL_OPTIONAL_DEPEND_PKG([ECORE_CON], [${want_systemd}], [SYSTEMD], [libsystemd-daemon])
EFL_ADD_FEATURE([ECORE_CON], [curl])
EFL_ADD_FEATURE([ECORE_CON], [cares])