aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37330159ad6b..505ae86bcb9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -72,6 +72,7 @@ pkgname = linux-bootsplash
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
+ optdepends = bootsplash-systemd: to enable bootsplash
provides = linux=5.2.5
backup = etc/mkinitcpio.d/linux-bootsplash.preset
diff --git a/PKGBUILD b/PKGBUILD
index 317086406735..38ff8fb66674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -202,7 +202,7 @@ _package() {
#_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.192"
#pkgdesc="${_Kpkgdesc}"
depends=(coreutils linux-firmware kmod mkinitcpio)
- optdepends=('crda: to set the correct wireless channels of your country')
+ optdepends=('crda: to set the correct wireless channels of your country' 'bootsplash-systemd: to enable bootsplash')
provides=("linux=${pkgver}")
backup=("etc/mkinitcpio.d/$pkgbase.preset")
install=linux.install