Add more required package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
745790071b
commit
0219308e6b
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=(
|
|||
luzifer-gui
|
||||
luzifer-lenovo-gui
|
||||
)
|
||||
pkgver=0.13.6
|
||||
pkgver=0.13.7
|
||||
pkgrel=1
|
||||
pkgdesc='System configuration for @luzifer systems'
|
||||
arch=(any)
|
||||
|
@ -31,6 +31,7 @@ package_luzifer-base() {
|
|||
depends+=(
|
||||
cryptsetup
|
||||
e2fsprogs
|
||||
efibootmgr
|
||||
less
|
||||
linux
|
||||
linux-firmware
|
||||
|
@ -211,6 +212,7 @@ package_luzifer-lenovo-gui() {
|
|||
|
||||
depends+=(
|
||||
acpi # Required for lid-close events
|
||||
wpa_supplicant # Having network is cool
|
||||
xorg-xbacklight # Control display brightness
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue