2007-01-14 04:45:06 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# dbus-glib
|
|
|
|
#
|
|
|
|
#############################################################
|
2009-03-17 14:48:47 +01:00
|
|
|
DBUS_GLIB_VERSION = 0.80
|
|
|
|
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
|
|
|
|
DBUS_GLIB_INSTALL_TARGET = 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 \
|
|
|
|
--program-prefix="" \
|
|
|
|
--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
|
|
|
|
2009-10-27 23:16:44 +01:00
|
|
|
DBUS_GLIB_DEPENDENCIES = host-pkg-config 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
|
|
|
|
2009-11-06 19:14:36 +01:00
|
|
|
$(eval $(call AUTOTARGETS,package,dbus-glib))
|
|
|
|
$(eval $(call AUTOTARGETS,package,dbus-glib,host))
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2009-11-06 19:14:36 +01:00
|
|
|
# dbus-glib for the host
|
|
|
|
DBUS_GLIB_HOST_BINARY:=$(HOST_DIR)/usr/bin/dbus-binding-tool
|