summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2021-09-26 21:15:59 +0800
committerTing-Wei Lan <lantw44@gmail.com>2021-09-26 21:15:59 +0800
commitbbd162bbbc6fa1762841a1527eae07d87ea59dc2 (patch)
tree5849ebf2c56e4e66aea30fc53975b6a0abcb6a1b
parent98e50835dafb436b3964eaf8edd2b83b9c3b284e (diff)
downloadAUR4-PKGBUILD-bbd162bbbc6fa1762841a1527eae07d87ea59dc2.tar.gz
AUR4-PKGBUILD-bbd162bbbc6fa1762841a1527eae07d87ea59dc2.tar.zst
AUR4-PKGBUILD-bbd162bbbc6fa1762841a1527eae07d87ea59dc2.zip
mingw-w64-gtk3: Add gtk-doc to makedepends
autogen.sh needs gtkdocize.
-rw-r--r--mingw-w64-gtk3/.SRCINFO1
-rw-r--r--mingw-w64-gtk3/PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/mingw-w64-gtk3/.SRCINFO b/mingw-w64-gtk3/.SRCINFO
index 1839e8f..dfbb9ca 100644
--- a/mingw-w64-gtk3/.SRCINFO
+++ b/mingw-w64-gtk3/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = mingw-w64-gtk3
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-configure
makedepends = gobject-introspection
+ makedepends = gtk-doc
makedepends = gtk-update-icon-cache
makedepends = python
depends = mingw-w64-crt
diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD
index 49143b9..16eefed 100644
--- a/mingw-w64-gtk3/PKGBUILD
+++ b/mingw-w64-gtk3/PKGBUILD
@@ -13,6 +13,7 @@ makedepends=(
'mingw-w64-pkg-config'
'mingw-w64-configure'
'gobject-introspection'
+ 'gtk-doc'
'gtk-update-icon-cache'
'python') # python is required to run gdbus-codegen
depends=(