Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 07:52:45 +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: r483234 - head/devel/sdl20
Message-ID:  <201810280752.w9S7qjNV082867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 28 07:52:44 2018
New Revision: 483234
URL: https://svnweb.freebsd.org/changeset/ports/483234

Log:
  devel/sdl20: track libudev dependency
  
  PR:		223018
  Submitted by:	Greg V <greg@unrelenting.technology>
  Approved by:	maintainer timeout (1 year)

Modified:
  head/devel/sdl20/Makefile   (contents, props changed)

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Sun Oct 28 07:31:58 2018	(r483233)
+++ head/devel/sdl20/Makefile	Sun Oct 28 07:52:44 2018	(r483234)
@@ -56,9 +56,9 @@ OPTIONS_DEFINE=		ALSA ASM DLOPEN ESOUND JACK NAS OSS S
 			PULSEAUDIO SNDIO PTHREADS SDL_ATOMIC SDL_AUDIO	\
 			SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC	\
 			SDL_JOYSTICK SDL_LOADSO SDL_POWER SDL_RENDER	\
-			SDL_THREADS SDL_TIMERS SDL_VIDEO VIDEO_KMSDRM	\
-			VIDEO_OPENGL VIDEO_OPENGLES2 VIDEO_WAYLAND	\
-			VIDEO_X11
+			SDL_THREADS SDL_TIMERS SDL_VIDEO UDEV		\
+			VIDEO_KMSDRM VIDEO_OPENGL VIDEO_OPENGLES2	\
+			VIDEO_WAYLAND VIDEO_X11
 OPTIONS_DEFAULT=	ASM DLOPEN OSS PTHREADS SDL_ATOMIC SDL_AUDIO	\
 			SDL_CPUINFO SDL_EVENTS SDL_FILE SDL_HAPTIC	\
 			SDL_JOYSTICK SDL_LOADSO SDL_POWER SDL_RENDER	\
@@ -87,6 +87,7 @@ SDL_RENDER_DESC=	Enable the SDL Render subsystem
 SDL_THREADS_DESC=	Enable the SDL Threads subsystem
 SDL_TIMERS_DESC=	Enable the SDL Timers subsystem
 SDL_VIDEO_DESC=		Enable the SDL Video subsystem
+UDEV_DESC=		Use udev for input device detection
 VIDEO_KMSDRM_DESC=	KMSDRM display support
 VIDEO_OPENGL_DESC=	OpenGL rendering support
 VIDEO_OPENGLES2_DESC=	OpenGL ES 2.x rendering support
@@ -111,6 +112,8 @@ SDL_RENDER_CONFIGURE_ENABLE=	render
 SDL_THREADS_CONFIGURE_ENABLE=	threads
 SDL_TIMERS_CONFIGURE_ENABLE=	timers
 SDL_VIDEO_CONFIGURE_ENABLE=	video
+UDEV_CONFIGURE_ENABLE=		libudev
+UDEV_LIB_DEPENDS=		libudev.so:devel/libudev-devd
 
 .include <bsd.port.options.mk>
 



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