diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-01-04 13:46:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-01-04 13:46:59 +0000 |
commit | faa700ca16086dc1fb31dc5dba2abd6b15c5b275 (patch) | |
tree | 36e48cd38c286dbd457a8897c3ffc346da4be7ae /emulators | |
parent | 9044a2503c37cef808f6397606c66bb4e57474e6 (diff) | |
download | pkgsrc-faa700ca16086dc1fb31dc5dba2abd6b15c5b275.tar.gz |
Include xkbcommon unconditionally and directly to reduce PLIST divergence
* Bump PKGREVISION.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 833040c5123..c4ecf19ebfb 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.222 2019/12/15 18:35:25 adam Exp $ +# $NetBSD: Makefile,v 1.223 2020/01/04 13:46:59 ryoon Exp $ DISTNAME= qemu-4.2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -170,6 +171,7 @@ post-install: .include "../../lang/python/versioned_dependencies.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../www/curl/buildlink3.mk" +.include "../../x11/libxkbcommon/buildlink3.mk" .include "../../x11/pixman/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" diff --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST index 5dd07c7447c..f741d395bd5 100644 --- a/emulators/qemu/PLIST +++ b/emulators/qemu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.63 2019/12/15 18:35:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.64 2020/01/04 13:46:59 ryoon Exp $ bin/elf2dmp ${PLIST.ivshmem}bin/ivshmem-client ${PLIST.ivshmem}bin/ivshmem-server @@ -14,6 +14,7 @@ ${PLIST.hppa}bin/qemu-hppa ${PLIST.i386}bin/qemu-i386 bin/qemu-img bin/qemu-io +bin/qemu-keymap ${PLIST.m68k}bin/qemu-m68k ${PLIST.microblaze}bin/qemu-microblaze ${PLIST.microblazeel}bin/qemu-microblazeel |