Bump buidlroot version to 2018.02.6
This commit is contained in:
16
bsp/buildroot/package/gconf/gconf.mk
Normal file
16
bsp/buildroot/package/gconf/gconf.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# gconf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GCONF_VERSION = 3.2.6
|
||||
GCONF_SOURCE = GConf-${GCONF_VERSION}.tar.xz
|
||||
GCONF_SITE = http://ftp.gnome.org/pub/gnome/sources/GConf/3.2
|
||||
GCONF_CONF_OPTS = --disable-orbit
|
||||
GCONF_DEPENDENCIES = dbus dbus-glib libglib2 libxml2 \
|
||||
host-intltool $(TARGET_NLS_DEPENDENCIES)
|
||||
GCONF_LICENSE = LGPL-2.0+
|
||||
GCONF_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user