c405412a49
Add pulseaudio option This release contains numerous improvements across the board since 4.5.1: QZeitgeist 0.8 is supported Various buildsystem fixes, allowing other packages to find phonon easier Fewer KDE dependencies Many improvements to PulseAudio integration Remove runtime backend switching Copious quantities of vanilla frosting Stability improvements LGPL relicensing Misc fixes to Zeitgeist integration Extra cinamon spice
13 lines
328 B
Makefile
13 lines
328 B
Makefile
# $NetBSD: options.mk,v 1.1 2013/05/21 12:13:14 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
|