1 ################################################################################
5 ################################################################################
7 DBUS_GLIB_VERSION
= 0.106
8 DBUS_GLIB_SITE
= http
://dbus.freedesktop.org
/releases
/dbus-glib
9 DBUS_GLIB_INSTALL_STAGING
= YES
10 DBUS_GLIB_LICENSE
= AFLv2.1
, GPLv2
+
11 DBUS_GLIB_LICENSE_FILES
= COPYING
13 DBUS_GLIB_CONF_ENV
= \
14 ac_cv_have_abstract_sockets
=yes \
15 ac_cv_func_posix_getpwnam_r
=yes \
16 have_abstract_sockets
=yes
18 DBUS_GLIB_CONF_OPTS
= \
21 --with-introspect-xml
=$(DBUS_HOST_INTROSPECT
) \
22 --with-dbus-binding-tool
=$(DBUS_GLIB_HOST_BINARY
) \
23 --disable-bash-completion \
24 --disable-doxygen-docs \
27 DBUS_GLIB_DEPENDENCIES
= host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat
29 HOST_DBUS_GLIB_DEPENDENCIES
= host-dbus host-expat host-libglib2
31 HOST_DBUS_GLIB_CONF_OPTS
= \
34 --disable-bash-completion \
35 --disable-doxygen-docs \
38 $(eval
$(autotools-package
))
39 $(eval
$(host-autotools-package
))
41 # dbus-glib for the host
42 DBUS_GLIB_HOST_BINARY
= $(HOST_DIR
)/usr
/bin
/dbus-binding-tool