[notify] qemu: add missing dependency libxkbcommon to fix footprint missing file
This commit is contained in:
parent
0b2fed2d56
commit
0065400433
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/eG20sPjNqY61DQCSHuhzGReFvQ0hrOa/NG6HsLX7qPVK6rKThMyjLgOwie72Fy2Ru952PCUR+WBpGtmRgLt7A0=
|
||||
SHA256 (Pkgfile) = bf5eac91dbf395099e0b96175fe9948372665eef2d1b4bff7c45975e14d7ed7d
|
||||
RWSE3ohX2g5d/cVQtJ7xiBpQnvlu17IZiV+vy0O65XEiP5rWB03PrgHsRcVkYQ8vonP+zTJI8Z6+tfUW8JIDJYtUkcy56DLm6gs=
|
||||
SHA256 (Pkgfile) = efbd494a4d5a73f1577b1e4c0f5787b231a6dd1ae5ad554f27b0b0c4e59babcd
|
||||
SHA256 (.footprint) = 2345b65afef6e00868a64051a34cd39fff673b1e265ca63df933b25cb9cd5edc
|
||||
SHA256 (qemu-4.2.0.tar.bz2) = 3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Fast CPU emulator and virtualizer for the x86 platform
|
||||
# URL: http://www.qemu-project.org/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on: libsdl glib xorg-libpixman python3
|
||||
# Depends on: glib libsdl xorg-libpixman libxkbcommon
|
||||
# Optional: libseccomp libiscsi libusb usbredir spice
|
||||
|
||||
name=qemu
|
||||
@ -10,7 +10,6 @@ release=2
|
||||
source=(http://wiki.qemu-project.org/download/qemu-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user