2007-01-14 04:45:06 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# dbus-glib
|
|
|
|
#
|
|
|
|
#############################################################
|
2011-12-01 18:02:37 +01:00
|
|
|
DBUS_GLIB_VERSION = 0.98
|
2009-03-17 14:48:47 +01:00
|
|
|
DBUS_GLIB_SOURCE = dbus-glib-$(DBUS_GLIB_VERSION).tar.gz
|
|
|
|
DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib/
|
|
|
|
DBUS_GLIB_INSTALL_STAGING = YES
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2009-03-17 14:48:47 +01:00
|
|
|
DBUS_GLIB_CONF_ENV = ac_cv_have_abstract_sockets=yes \
|
|
|
|
ac_cv_func_posix_getpwnam_r=yes \
|
|
|
|
have_abstract_sockets=yes
|
|
|
|
|
|
|
|
DBUS_GLIB_CONF_OPT = --localstatedir=/var \
|
|
|
|
--disable-tests \
|
|
|
|
--disable-xml-docs \
|
|
|
|
--with-introspect-xml=$(DBUS_HOST_INTROSPECT) \
|
|
|
|
--with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \
|
|
|
|
--disable-bash-completion \
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
--enable-asserts=yes
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2012-10-22 17:47:52 +02:00
|
|
|
DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2009-12-15 23:44:44 +01:00
|
|
|
HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
|
2009-03-17 14:48:47 +01:00
|
|
|
|
2009-11-06 19:14:36 +01:00
|
|
|
HOST_DBUS_GLIB_CONF_OPT = \
|
2007-01-14 04:45:06 +01:00
|
|
|
--disable-tests \
|
|
|
|
--disable-xml-docs \
|
2009-03-17 14:48:47 +01:00
|
|
|
--disable-bash-completion \
|
2007-01-14 04:45:06 +01:00
|
|
|
--disable-doxygen-docs \
|
2009-11-06 19:14:36 +01:00
|
|
|
--enable-asserts=yes
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2009-11-06 19:14:36 +01:00
|
|
|
# dbus-glib for the host
|
2013-01-20 10:45:47 +01:00
|
|
|
DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/usr/bin/dbus-binding-tool
|