2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2007-01-14 11:45:06 +08:00
|
|
|
#
|
|
|
|
# dbus-glib
|
|
|
|
#
|
2013-06-06 07:53:30 +08:00
|
|
|
################################################################################
|
2013-06-06 07:53:25 +08:00
|
|
|
|
2016-10-03 06:47:04 +08:00
|
|
|
DBUS_GLIB_VERSION = 0.108
|
2014-07-04 03:50:42 +08:00
|
|
|
DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib
|
2009-03-17 21:48:47 +08:00
|
|
|
DBUS_GLIB_INSTALL_STAGING = YES
|
2017-03-30 21:43:45 +08:00
|
|
|
DBUS_GLIB_LICENSE = AFL-2.1 or GPL-2.0+
|
2014-07-04 03:50:41 +08:00
|
|
|
DBUS_GLIB_LICENSE_FILES = COPYING
|
2007-01-14 11:45:06 +08:00
|
|
|
|
2014-12-30 15:36:23 +08:00
|
|
|
DBUS_GLIB_CONF_ENV = \
|
|
|
|
ac_cv_have_abstract_sockets=yes \
|
|
|
|
ac_cv_func_posix_getpwnam_r=yes \
|
|
|
|
have_abstract_sockets=yes
|
2009-03-17 21:48:47 +08:00
|
|
|
|
2014-10-18 06:36:33 +08:00
|
|
|
DBUS_GLIB_CONF_OPTS = \
|
2014-12-22 16:12:05 +08:00
|
|
|
--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
|
|
|
|
2014-09-28 03:32:44 +08:00
|
|
|
HOST_DBUS_GLIB_CONF_OPTS = \
|
2014-12-22 16:12:05 +08:00
|
|
|
--disable-tests \
|
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-bash-completion \
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
--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
|