enables default build of glib and ecore dispatcher (if found)
This commit is contained in:
parent
742570b1f0
commit
74c1ee31c2
1 changed files with 8 additions and 8 deletions
|
@ -18,14 +18,14 @@ AC_ARG_ENABLE(ecore,
|
||||||
AS_HELP_STRING([--enable-ecore],
|
AS_HELP_STRING([--enable-ecore],
|
||||||
[enable ecore integration]),
|
[enable ecore integration]),
|
||||||
[enable_ecore=$enableval],
|
[enable_ecore=$enableval],
|
||||||
[enable_ecore=no]
|
[enable_ecore=yes]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_ENABLE(glib,
|
AC_ARG_ENABLE(glib,
|
||||||
AS_HELP_STRING([--enable-glib],
|
AS_HELP_STRING([--enable-glib],
|
||||||
[enable glib integration]),
|
[enable glib integration]),
|
||||||
[enable_glib=$enableval],
|
[enable_glib=$enableval],
|
||||||
[enable_glib=no]
|
[enable_glib=yes]
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_ENABLE(doxygen-docs,
|
AC_ARG_ENABLE(doxygen-docs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue