svn commit: r501206 - branches/2019Q2/emulators/rpcs3

Jan Beich jbeich at FreeBSD.org
Sat May 11 00:00:00 UTC 2019


Author: jbeich
Date: Fri May 10 23:59:59 2019
New Revision: 501206
URL: https://svnweb.freebsd.org/changeset/ports/501206

Log:
  MFH: r501203
  
  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>
            ^~~~~~~~~~~~~~~
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q2/emulators/rpcs3/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/emulators/rpcs3/Makefile
==============================================================================
--- branches/2019Q2/emulators/rpcs3/Makefile	Fri May 10 23:59:26 2019	(r501205)
+++ branches/2019Q2/emulators/rpcs3/Makefile	Fri May 10 23:59:59 2019	(r501206)
@@ -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