main/postmarketos-initramfs: explicitly depend on libinput-libs (MR 5242)
pma!5000 added a new implicit dependency on libinput, because it specified libinput files in the initramfs file hook. mkinitfs considers it fatal if it cannot find files listed in a file hook. Later this could be 'optimized' by adding a -libinput subpkg and an `install_if=libinput-libs` to add this file hook so it's not installed everywhere... but the size increase isn't too much for UIs.. someone can do this later. > libinput-libs-1.26.0-r0 installed size: > 476 KiB This fixes a missing dependency problem where a UI (e.g. "none") doesn't normally depend on libinput, and mkinitfs would fail because these files were missing.
This commit is contained in:
parent
b0d8f91a79
commit
5fffa17b06
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=postmarketos-initramfs
|
pkgname=postmarketos-initramfs
|
||||||
pkgver=3.1.0
|
pkgver=3.1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Base files for the postmarketOS initramfs / initramfs-extra"
|
pkgdesc="Base files for the postmarketOS initramfs / initramfs-extra"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
options="!check" # no tests
|
options="!check" # no tests
|
||||||
|
@ -21,6 +21,7 @@ depends="
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
iskey
|
iskey
|
||||||
kmod
|
kmod
|
||||||
|
libinput-libs
|
||||||
lz4
|
lz4
|
||||||
multipath-tools
|
multipath-tools
|
||||||
parted
|
parted
|
||||||
|
|
Loading…
Reference in a new issue