Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2019 23:59:59 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r501206 - branches/2019Q2/emulators/rpcs3
Message-ID:  <201905102359.x4ANxxOO015622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



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