The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dbus-glib / dbus-glib.mk
1 ################################################################################
2 #
3 # dbus-glib
4 #
5 ################################################################################
6
7 DBUS_GLIB_VERSION = 0.104
8 DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib
9 DBUS_GLIB_INSTALL_STAGING = YES
10 DBUS_GLIB_LICENSE = AFLv2.1 GPLv2+
11 DBUS_GLIB_LICENSE_FILES = COPYING
12
13 DBUS_GLIB_CONF_ENV = \
14         ac_cv_have_abstract_sockets=yes \
15         ac_cv_func_posix_getpwnam_r=yes \
16         have_abstract_sockets=yes
17
18 DBUS_GLIB_CONF_OPTS = \
19         --disable-tests \
20         --disable-xml-docs \
21         --with-introspect-xml=$(DBUS_HOST_INTROSPECT) \
22         --with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \
23         --disable-bash-completion \
24         --disable-doxygen-docs \
25         --enable-asserts=yes
26
27 DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat
28
29 HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
30
31 HOST_DBUS_GLIB_CONF_OPTS = \
32         --disable-tests \
33         --disable-xml-docs \
34         --disable-bash-completion \
35         --disable-doxygen-docs \
36         --enable-asserts=yes
37
38 $(eval $(autotools-package))
39 $(eval $(host-autotools-package))
40
41 # dbus-glib for the host
42 DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/usr/bin/dbus-binding-tool