2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2007-01-14 04:45:06 +01:00
|
|
|
#
|
|
|
|
# dbus-glib
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2021-07-20 23:20:39 +02:00
|
|
|
DBUS_GLIB_VERSION = 0.112
|
2014-07-03 21:50:42 +02:00
|
|
|
DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib
|
2009-03-17 14:48:47 +01:00
|
|
|
DBUS_GLIB_INSTALL_STAGING = YES
|
2017-03-30 15:43:45 +02:00
|
|
|
DBUS_GLIB_LICENSE = AFL-2.1 or GPL-2.0+
|
2014-07-03 21:50:41 +02:00
|
|
|
DBUS_GLIB_LICENSE_FILES = COPYING
|
2020-12-04 16:46:01 +01:00
|
|
|
DBUS_GLIB_CPE_ID_VENDOR = freedesktop
|
2007-01-14 04:45:06 +01:00
|
|
|
|
2014-12-30 08:36:23 +01: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 14:48:47 +01:00
|
|
|
|
2014-10-18 00:36:33 +02:00
|
|
|
DBUS_GLIB_CONF_OPTS = \
|
2014-12-22 09:12:05 +01: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 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
|
|
|
|
2014-09-27 21:32:44 +02:00
|
|
|
HOST_DBUS_GLIB_CONF_OPTS = \
|
2014-12-22 09:12:05 +01:00
|
|
|
--disable-tests \
|
|
|
|
--disable-xml-docs \
|
|
|
|
--disable-bash-completion \
|
|
|
|
--disable-doxygen-docs \
|
|
|
|
--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
|
2017-07-05 13:14:19 +02:00
|
|
|
DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/bin/dbus-binding-tool
|