aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze-grub/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-06-11 08:42:15 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-06-11 08:42:15 +0200
commit75309fb7a2db0b7a4be8ec4509ad4555ee40adfb (patch)
treeb33cba6e0cd666e35bc12c4b6632dc88af87eaeb /community/breeze-grub/APKBUILD
parent79b7a2e01a95fb5f50b83c2d42aa2e6d9e661b14 (diff)
community/breeze-grub: add missing dep on grub-mkfont
grub-mkfont recently got split off of the grub main package
Diffstat (limited to 'community/breeze-grub/APKBUILD')
-rw-r--r--community/breeze-grub/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/breeze-grub/APKBUILD b/community/breeze-grub/APKBUILD
index 429e19ffab0..93ccf9af941 100644
--- a/community/breeze-grub/APKBUILD
+++ b/community/breeze-grub/APKBUILD
@@ -8,7 +8,7 @@ arch="noarch !s390x !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-3.0-or-later"
depends="grub"
-makedepends="extra-cmake-modules unifont"
+makedepends="extra-cmake-modules unifont grub-mkfont"
source="https://download.kde.org/stable/plasma/$pkgver/breeze-grub-$pkgver.tar.xz"
options="!check" # No test suite available