diff options
author | tobik <tobik@FreeBSD.org> | 2018-01-09 17:09:30 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-01-09 17:09:30 +0800 |
commit | f7b811566c7b9ec7a2961c85b0f406055e4b6e53 (patch) | |
tree | a333f39171a49cbd267e4b4dfa9218c248d8f267 /multimedia | |
parent | 035866bce9c103c885ce118d441e1f6589b68349 (diff) | |
download | freebsd-ports-gnome-f7b811566c7b9ec7a2961c85b0f406055e4b6e53.tar.gz freebsd-ports-gnome-f7b811566c7b9ec7a2961c85b0f406055e4b6e53.tar.zst freebsd-ports-gnome-f7b811566c7b9ec7a2961c85b0f406055e4b6e53.zip |
multimedia/kodi-devel: Fix option descriptions location
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kodi-devel/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/kodi-devel/Makefile b/multimedia/kodi-devel/Makefile index 1f7d196491c2..0ee0c06b1bc0 100644 --- a/multimedia/kodi-devel/Makefile +++ b/multimedia/kodi-devel/Makefile @@ -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 |