1################################################################################ 2# 3# dbus-glib 4# 5################################################################################ 6 7DBUS_GLIB_VERSION = 0.112 8DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib 9DBUS_GLIB_INSTALL_STAGING = YES 10DBUS_GLIB_LICENSE = AFL-2.1 or GPL-2.0+ 11DBUS_GLIB_LICENSE_FILES = COPYING 12DBUS_GLIB_CPE_ID_VENDOR = freedesktop 13 14DBUS_GLIB_CONF_ENV = \ 15 ac_cv_have_abstract_sockets=yes \ 16 ac_cv_func_posix_getpwnam_r=yes \ 17 have_abstract_sockets=yes 18 19DBUS_GLIB_CONF_OPTS = \ 20 --disable-tests \ 21 --disable-xml-docs \ 22 --with-introspect-xml=$(DBUS_HOST_INTROSPECT) \ 23 --with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \ 24 --disable-bash-completion \ 25 --disable-doxygen-docs \ 26 --enable-asserts=yes 27 28DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat 29 30HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2 31 32HOST_DBUS_GLIB_CONF_OPTS = \ 33 --disable-tests \ 34 --disable-xml-docs \ 35 --disable-bash-completion \ 36 --disable-doxygen-docs \ 37 --enable-asserts=yes 38 39$(eval $(autotools-package)) 40$(eval $(host-autotools-package)) 41 42# dbus-glib for the host 43DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/bin/dbus-binding-tool 44