From f7f69c4734113be2bb232a723de12803a0ad5483 Mon Sep 17 00:00:00 2001 From: maya Date: Sun, 18 Sep 2016 17:53:41 +0000 Subject: wine-devel: fix build with pulseaudio option --- emulators/wine-devel/options.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators/wine-devel/options.mk') diff --git a/emulators/wine-devel/options.mk b/emulators/wine-devel/options.mk index 621ed3dc65a..40ef0fe1605 100644 --- a/emulators/wine-devel/options.mk +++ b/emulators/wine-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2016/09/15 09:25:53 maya Exp $ +# $NetBSD: options.mk,v 1.9 2016/09/18 17:53:41 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wine PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio @@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11 .include "../../mk/bsd.options.mk" -PLIST_VARS+= esd opengl x11 +PLIST_VARS+= esd opengl x11 pulseaudio .if !empty(PKG_OPTIONS:Mcups) .include "../../print/cups15/buildlink3.mk" @@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --without-x .endif .if !empty(PKG_OPTIONS:Mpulseaudio) +PLIST.pulseaudio= yes CONFIGURE_ARGS+= --with-pulse .include "../../audio/pulseaudio/buildlink3.mk" .else -- cgit v1.2.3