d193eec91b
it's disabled (fixes a build problem). Add patches from upstream SVN to fix build problems with newer x264 snapshots, like the one in pkgsrc. Bump PKGREVISION for pulseaudio change.
13 lines
340 B
Makefile
13 lines
340 B
Makefile
# $NetBSD: options.mk,v 1.1 2009/01/04 21:37:54 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.avidemux
|
|
PKG_SUPPORTED_OPTIONS= pulseaudio
|
|
PKG_SUGGESTED_OPTIONS= pulseaudio
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mpulseaudio)
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.else
|
|
CMAKE_ARGS+= -DNO_PULSE_SIMPLE:BOOL=TRUE
|
|
.endif
|