2007-01-14 11:45:06 +08:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# dbus-glib
|
|
|
|
#
|
|
|
|
#############################################################
|
2011-12-02 01:02:37 +08:00
|
|
|
DBUS_GLIB_VERSION = 0.98
|
2009-03-17 21:48:47 +08: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 11:45:06 +08:00
|
|
|
|
2009-03-17 21:48:47 +08: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 11:45:06 +08:00
|
|
|
|
2012-10-22 23:47:52 +08:00
|
|
|
DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2009-12-16 06:44:44 +08:00
|
|
|
HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
|
2009-03-17 21:48:47 +08:00
|
|
|
|
2009-11-07 02:14:36 +08:00
|
|
|
HOST_DBUS_GLIB_CONF_OPT = \
|
2007-01-14 11:45:06 +08:00
|
|
|
--disable-tests \
|
|
|
|
--disable-xml-docs \
|
2009-03-17 21:48:47 +08:00
|
|
|
--disable-bash-completion \
|
2007-01-14 11:45:06 +08:00
|
|
|
--disable-doxygen-docs \
|
2009-11-07 02:14:36 +08:00
|
|
|
--enable-asserts=yes
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2012-07-03 06:07:32 +08:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 06:06:54 +08:00
|
|
|
$(eval $(host-autotools-package))
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2009-11-07 02:14:36 +08:00
|
|
|
# dbus-glib for the host
|
2013-01-20 17:45:47 +08:00
|
|
|
DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/usr/bin/dbus-binding-tool
|