Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2019 23:58:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501203 - head/emulators/rpcs3
Message-ID:  <201905102358.x4ANwSjU015217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri May 10 23:58:28 2019
New Revision: 501203
URL: https://svnweb.freebsd.org/changeset/ports/501203

Log:
  emulators/rpcs3: unbreak EVDEV after r487789
  
  In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24:
  In file included from rpcs3/evdev_joystick_handler.h:7:
  /usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
   #include <linux/input.h>
            ^~~~~~~~~~~~~~~

Modified:
  head/emulators/rpcs3/Makefile   (contents, props changed)

Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile	Fri May 10 23:58:22 2019	(r501202)
+++ head/emulators/rpcs3/Makefile	Fri May 10 23:58:28 2019	(r501203)
@@ -56,6 +56,7 @@ ALSA_CMAKE_BOOL=	USE_ALSA
 
 EVDEV_DESC=		libevdev-based joystick support
 EVDEV_CMAKE_BOOL=	USE_LIBEVDEV
+EVDEV_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto
 EVDEV_LIB_DEPENDS=	libevdev.so:devel/libevdev
 
 GDB_DESC=		GDB remote stub (powerpc64 target)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905102358.x4ANwSjU015217>