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/multimedia/rhythmbox/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/components/multimedia/rhythmbox/Makefile b/components/multimedia/rhythmbox/Makefile
index 7ed0a91..42283d6 100644
--- a/components/multimedia/rhythmbox/Makefile
+++ b/components/multimedia/rhythmbox/Makefile
@@ -20,6 +20,7 @@
 
 COMPONENT_NAME= rhythmbox
 COMPONENT_VERSION= 3.4.4
+COMPONENT_REVISION= 1
 COMPONENT_SUMMARY= Rhythmbox Multimedia Player
 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
@@ -82,3 +83,4 @@
 REQUIRED_PACKAGES += system/library/libdbus-glib
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc

--
Gitblit v1.9.3