svn commit: r501203 - head/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Fri May 10 23:58:32 UTC 2019


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)


More information about the svn-ports-all mailing list