pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/dolphin-emu dolphin-emu: don't ENABLE_EVDEV ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd29e10c1de7
branches: trunk
changeset: 389547:fd29e10c1de7
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jan 03 21:40:36 2019 +0000
description:
dolphin-emu: don't ENABLE_EVDEV on Linux since it breaks the build
diffstat:
emulators/dolphin-emu/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 11971fe686fb -r fd29e10c1de7 emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile Thu Jan 03 19:37:12 2019 +0000
+++ b/emulators/dolphin-emu/Makefile Thu Jan 03 21:40:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/01/02 00:30:01 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/03 21:40:36 nia Exp $
DISTNAME= dolphin-emu-5.0
PKGREVISION= 1
@@ -32,6 +32,9 @@
CMAKE_ARGS+= -DENABLE_GENERIC=1
.endif
+# "Couldn't find libevdev and/or libudev. Can't build evdev controller backend."
+CMAKE_ARGS.Linux+= -DENABLE_EVDEV=0
+
BUILDLINK_TRANSFORM+= rm:-ldl
NOT_PAX_MPROTECT_SAFE+= bin/dolphin-emu
Home |
Main Index |
Thread Index |
Old Index