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
16
configure.ac
16
configure.ac
|
@ -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,
|
||||||
|
@ -183,11 +183,11 @@ AC_OUTPUT(
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
tools/Makefile
|
tools/Makefile
|
||||||
test/Makefile
|
test/Makefile
|
||||||
test/generator/Makefile
|
test/generator/Makefile
|
||||||
test/functional/Makefile
|
test/functional/Makefile
|
||||||
test/functional/Test1/Makefile
|
test/functional/Test1/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/Doxyfile
|
doc/Doxyfile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
|
@ -196,7 +196,7 @@ AC_OUTPUT(
|
||||||
examples/ecore/Makefile
|
examples/ecore/Makefile
|
||||||
examples/hal/Makefile
|
examples/hal/Makefile
|
||||||
examples/glib/Makefile
|
examples/glib/Makefile
|
||||||
examples/echo_ecore/Makefile
|
examples/echo_ecore/Makefile
|
||||||
dbus-c++-1.pc
|
dbus-c++-1.pc
|
||||||
dbus-c++-1-uninstalled.pc
|
dbus-c++-1-uninstalled.pc
|
||||||
libdbus-c++.spec
|
libdbus-c++.spec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue