redland: add a build dependency on devel:glib2

for gtkdoc-scangobj. 
Adding this dependency to gtk_doc would be better, but could lead to circular dependencies.
It seems very few projects use gtkdoc-scangobj at the moment anyway.
This commit is contained in:
Jérôme Duval
2018-01-10 12:30:59 +01:00
committed by GitHub
parent ad754fb96b
commit 3121ecddc9

View File

@@ -11,7 +11,7 @@ HOMEPAGE="http://librdf.org/"
COPYRIGHT="2000-2013 Dave Beckett
2000-2005 University of Bristol"
LICENSE="GNU LGPL v2.1"
REVISION="3"
REVISION="4"
SOURCE_URI="http://download.librdf.org/source/redland-$portVersion.tar.gz"
CHECKSUM_SHA256="de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681"
@@ -55,6 +55,8 @@ BUILD_REQUIRES="
devel:librasqal$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
# for gtkdoc-scangobj (with pkg-config glib-2.0.pc)
devel:libglib_2.0$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:autoconf