Date: Tue, 9 Jan 2018 09:09:30 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458518 - head/multimedia/kodi-devel Message-ID: <201801090909.w0999ULV097489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Jan 9 09:09:30 2018 New Revision: 458518 URL: https://svnweb.freebsd.org/changeset/ports/458518 Log: multimedia/kodi-devel: Fix option descriptions location Modified: head/multimedia/kodi-devel/Makefile Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Tue Jan 9 09:06:36 2018 (r458517) +++ head/multimedia/kodi-devel/Makefile Tue Jan 9 09:09:30 2018 (r458518) @@ -84,11 +84,6 @@ OPTIONS_EXCLUDE_amd64= RPI OPTIONS_EXCLUDE_i386= RPI OPTIONS_SUB= yes -GBM_DESC= GBM support (requires a kernel with evdev support) -PLATFORM_DESC= Platform -RPI_DESC= Raspberry Pi support -WAYLAND_DESC= Wayland support (broken) - # Choosing one of SNDIO or PULSEAUDIO is mandatory right now if you # want audio output. The OSS backend is currently not hooked into # Kodi's audio sink factory due to recent refactorings. @@ -96,6 +91,10 @@ OPTIONS_MULTI= SOUND OPTIONS_MULTI_SOUND= PULSEAUDIO SNDIO CEC_DESC= CEC adapter support +GBM_DESC= GBM support (requires a kernel with evdev support) +PLATFORM_DESC= Platform +RPI_DESC= Raspberry Pi support +WAYLAND_DESC= Wayland support (broken) AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CMAKE_BOOL= ENABLE_AVAHI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801090909.w0999ULV097489>