mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.28/gcr-3.28.1.sha256sum
|
||||
sha256 95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b gcr-3.28.1.tar.xz
|
||||
# From http://ftp.acc.umu.se/pub/gnome/sources/gcr/3.34/gcr-3.34.0.sha256sum
|
||||
sha256 29df50974a90987af694c0fb8926a6b366e68cacd8abd813817cfe1eb5d54524 gcr-3.34.0.tar.xz
|
||||
sha256 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23 COPYING
|
||||
|
||||
@@ -4,11 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GCR_VERSION_MAJOR = 3.28
|
||||
GCR_VERSION = $(GCR_VERSION_MAJOR).1
|
||||
GCR_VERSION_MAJOR = 3.34
|
||||
GCR_VERSION = $(GCR_VERSION_MAJOR).0
|
||||
GCR_SITE = http://ftp.acc.umu.se/pub/gnome/sources/gcr/$(GCR_VERSION_MAJOR)
|
||||
GCR_SOURCE = gcr-$(GCR_VERSION).tar.xz
|
||||
GCR_DEPENDENCIES = host-intltool host-pkgconf libgcrypt libglib2 p11-kit
|
||||
GCR_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
libgcrypt \
|
||||
libglib2 \
|
||||
p11-kit \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
GCR_INSTALL_STAGING = YES
|
||||
GCR_CONF_ENV = ac_cv_path_GNUPG=/usr/bin/gpg2
|
||||
GCR_CONF_OPTS = \
|
||||
@@ -18,6 +23,13 @@ GCR_CONF_OPTS = \
|
||||
GCR_LICENSE = LGPL-2.1+
|
||||
GCR_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||
GCR_DEPENDENCIES += gobject-introspection host-libxslt
|
||||
GCR_CONF_OPTS += --with-introspection
|
||||
else
|
||||
GCR_CONF_OPTS += --without-introspection
|
||||
endif
|
||||
|
||||
# Only the X11 backend is supported for the simple GUI
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
GCR_DEPENDENCIES += libgtk3
|
||||
|
||||
Reference in New Issue
Block a user