svn commit: r483234 - head/devel/sdl20
Jan Beich
jbeich at FreeBSD.org
Sun Oct 28 07:52:45 UTC 2018
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 at 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>
More information about the svn-ports-head
mailing list