xref: /OK3568_Linux_fs/buildroot/package/gconf/gconf.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# gconf
4#
5################################################################################
6
7GCONF_VERSION = 3.2.6
8GCONF_SOURCE = GConf-$(GCONF_VERSION).tar.xz
9GCONF_SITE = http://ftp.gnome.org/pub/gnome/sources/GConf/3.2
10GCONF_CONF_OPTS = --disable-orbit
11GCONF_DEPENDENCIES = dbus dbus-glib libglib2 libxml2 \
12	host-intltool $(TARGET_NLS_DEPENDENCIES)
13GCONF_LICENSE = LGPL-2.0+
14GCONF_LICENSE_FILES = COPYING
15
16ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
17GCONF_CONF_OPTS += --enable-introspection
18GCONF_DEPENDENCIES += gobject-introspection
19else
20GCONF_CONF_OPTS += --disable-introspection
21endif
22
23$(eval $(autotools-package))
24