xref: /OK3568_Linux_fs/buildroot/package/gconf/gconf.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# gconf
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunGCONF_VERSION = 3.2.6
8*4882a593SmuzhiyunGCONF_SOURCE = GConf-$(GCONF_VERSION).tar.xz
9*4882a593SmuzhiyunGCONF_SITE = http://ftp.gnome.org/pub/gnome/sources/GConf/3.2
10*4882a593SmuzhiyunGCONF_CONF_OPTS = --disable-orbit
11*4882a593SmuzhiyunGCONF_DEPENDENCIES = dbus dbus-glib libglib2 libxml2 \
12*4882a593Smuzhiyun	host-intltool $(TARGET_NLS_DEPENDENCIES)
13*4882a593SmuzhiyunGCONF_LICENSE = LGPL-2.0+
14*4882a593SmuzhiyunGCONF_LICENSE_FILES = COPYING
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
17*4882a593SmuzhiyunGCONF_CONF_OPTS += --enable-introspection
18*4882a593SmuzhiyunGCONF_DEPENDENCIES += gobject-introspection
19*4882a593Smuzhiyunelse
20*4882a593SmuzhiyunGCONF_CONF_OPTS += --disable-introspection
21*4882a593Smuzhiyunendif
22*4882a593Smuzhiyun
23*4882a593Smuzhiyun$(eval $(autotools-package))
24