pkgsrc/multimedia/phonon-qt5/options.mk
markd 9c6209a786 phonon-qt5: update to 4.11.1
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.
2021-03-30 08:55:51 +00:00

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