dbus-glib.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #############################################################
  2. #
  3. # dbus-glib
  4. #
  5. #############################################################
  6. DBUS_GLIB_VERSION = 0.98
  7. DBUS_GLIB_SOURCE = dbus-glib-$(DBUS_GLIB_VERSION).tar.gz
  8. DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib/
  9. DBUS_GLIB_INSTALL_STAGING = YES
  10. DBUS_GLIB_CONF_ENV = ac_cv_have_abstract_sockets=yes \
  11. ac_cv_func_posix_getpwnam_r=yes \
  12. have_abstract_sockets=yes
  13. DBUS_GLIB_CONF_OPT = --localstatedir=/var \
  14. --disable-tests \
  15. --disable-xml-docs \
  16. --with-introspect-xml=$(DBUS_HOST_INTROSPECT) \
  17. --with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \
  18. --disable-bash-completion \
  19. --disable-doxygen-docs \
  20. --enable-asserts=yes
  21. DBUS_GLIB_DEPENDENCIES = host-pkg-config dbus host-dbus host-dbus-glib libglib2 expat
  22. HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2
  23. HOST_DBUS_GLIB_CONF_OPT = \
  24. --disable-tests \
  25. --disable-xml-docs \
  26. --disable-bash-completion \
  27. --disable-doxygen-docs \
  28. --enable-asserts=yes
  29. $(eval $(call AUTOTARGETS))
  30. $(eval $(call AUTOTARGETS,host))
  31. # dbus-glib for the host
  32. DBUS_GLIB_HOST_BINARY:=$(HOST_DIR)/usr/bin/dbus-binding-tool