summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/options.mk
diff options
context:
space:
mode:
authormaya <maya>2016-09-18 17:53:41 +0000
committermaya <maya>2016-09-18 17:53:41 +0000
commitf7f69c4734113be2bb232a723de12803a0ad5483 (patch)
tree466686d21b0e3076584f17e117b1d9bea8ff2576 /emulators/wine-devel/options.mk
parent254e21fce1a6dcf94de0335f9c080d940b6f02dd (diff)
downloadpkgsrc-f7f69c4734113be2bb232a723de12803a0ad5483.tar.gz
wine-devel: fix build with pulseaudio option
Diffstat (limited to 'emulators/wine-devel/options.mk')
-rw-r--r--emulators/wine-devel/options.mk5
1 files changed, 3 insertions, 2 deletions
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