From 7274f565b60f4225f90980481952d01a33acc432 Mon Sep 17 00:00:00 2001
From: Joshua M. Clulow <josh@sysmgr.org>
Date: Thu, 24 Sep 2020 16:08:31 +0200
Subject: [PATCH] missing build dependencies on: gtk-doc, gobject-introspection

---
 components/library/gtkimageview/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/library/gtkimageview/Makefile b/components/library/gtkimageview/Makefile
index 993f4aa..15668ba 100644
--- a/components/library/gtkimageview/Makefile
+++ b/components/library/gtkimageview/Makefile
@@ -16,7 +16,7 @@
 
 COMPONENT_NAME=		gtkimageview
 COMPONENT_VERSION=	1.6.4
-COMPONENT_REVISON=	4
+COMPONENT_REVISON=	5
 COMPONENT_PROJECT_URL=	http://trac.bjourne.webfactional.com
 COMPONENT_SUMMARY=	A simple image viewer widget for GTK+
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
@@ -67,3 +67,4 @@
 REQUIRED_PACKAGES += library/desktop/gtk2
 REQUIRED_PACKAGES += library/glib2
 REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc

--
Gitblit v1.9.3