summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCode Bling2020-10-03 17:23:37 -0400
committerCode Bling2020-10-03 17:30:34 -0400
commitae986441e17d2b0f3516729e9fa1160a5310b0db (patch)
treee95c80419988839139e4f56dadd2b8acc13e940a /PKGBUILD
parent494637c7674d808ca4e9933e820556e46921b174 (diff)
downloadaur-ae986441e17d2b0f3516729e9fa1160a5310b0db.tar.gz
Add gtk-doc as a build/make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b6233186ebe..73bdabf6cbe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ url="https://github.com/01org/thermal_daemon"
license=('GPL2')
depends=('dbus-glib>=0.94' 'libxml2>=2.4')
backup=('etc/thermald/thermal-conf.xml')
-makedepends=('git')
+makedepends=('git'
+ 'gtk-doc')
conflicts=('thermald')
provides=('thermald')
source=("$_pkgname::git://github.com/01org/thermal_daemon.git"