main/postmarketos-initramfs: add libinput-udev to depends
6b63703a58
changed the udev subpackage for libinput. Previously, it would be pulled in if
libinput-libs and a udev implementation were installed at the same time. Now,
it uses the default logic for udev subpackages, preventing it from being
pulled in with postmarketos-initramfs only depending on -libs. This change
explicitly depends on -udev to fix this issue.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8715>
This commit is contained in:
parent
c17dc45441
commit
6b1a2b41fb
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
||||
pkgname=postmarketos-initramfs
|
||||
pkgver=3.11.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Base files for the postmarketOS initramfs / initramfs-extra"
|
||||
url="https://postmarketos.org"
|
||||
options="!check" # no tests
|
||||
|
|
@ -26,6 +26,7 @@ depends="
|
|||
iskey
|
||||
kmod
|
||||
libinput-libs
|
||||
libinput-udev
|
||||
losetup
|
||||
lz4
|
||||
parted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue