summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolaraquarion2021-05-26 13:41:49 -0400
committersolaraquarion2021-05-26 13:41:49 -0400
commitecb4a7a44f33c01859c04a6bc36823e9b1a474ab (patch)
treea51445b08ed3ed00fb72bd92ef6463b622c97ab5
parent70afb6639e1d51f241b0968ed8ff48df25915f50 (diff)
downloadaur-ecb4a7a44f33c01859c04a6bc36823e9b1a474ab.tar.gz
doctest needs cmake
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d70f26d19f2f..d1fda471acc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wayfire-git
makedepends = ninja
makedepends = wayland-protocols
makedepends = doctest
+ makedepends = cmake
depends = wlroots-git
depends = cairo
depends = glm
diff --git a/PKGBUILD b/PKGBUILD
index ed9a3c4d7813..805c8926be58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/ammen99/wayfire"
license=('MIT')
depends=('wlroots-git' 'cairo' 'glm' 'libjpeg' 'wf-config-git' 'seatd')
-makedepends=('git' 'meson' 'ninja' 'wayland-protocols' 'doctest')
+makedepends=('git' 'meson' 'ninja' 'wayland-protocols' 'doctest' 'cmake')
optdepends=('wf-shell-git: GTK3-based panel for the Wayfire compositor'
'wf-sound-control-git: Small utility for the Wayfire compositor to control sound volume')
provides=("${pkgname%-git}")