9c6209a786
Grand new Phonon releases bringing Qt5 by default and completely reworking the CMake code to not be a tangled mess. Tiny bugfix releases fixing some regressions in the cmake logic for .pri files and fixing wayland support in the VLC backend.
13 lines
328 B
Makefile
13 lines
328 B
Makefile
# $NetBSD: options.mk,v 1.1 2021/03/30 08:55:51 markd Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.phonon
|
|
PKG_SUPPORTED_OPTIONS= pulseaudio
|
|
PKG_SUGGESTED_OPTIONS=
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mpulseaudio)
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.else
|
|
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF
|
|
.endif
|