disable jack for now

This commit is contained in:
jakemsr 2008-03-24 06:51:04 +00:00
parent da524839bc
commit c3a88cc59a
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2008/02/17 18:53:02 bernd Exp $
# $OpenBSD: Makefile,v 1.12 2008/03/24 06:51:04 jakemsr Exp $
COMMENT= Music Player Daemon
DISTNAME= mpd-0.13.1
@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --enable-ao \
--disable-oss \
--disable-pulse \
--disable-sun \
--disable-jack \
--enable-mod \
--bindir=${PREFIX}/sbin \
--with-zeroconf=no

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2007/12/19 07:31:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2008/03/24 06:52:02 jakemsr Exp $
COMMENT-main= GStreamer Streaming-media framework plug-ins
@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gst-plu
# Disable plugins might try to build that we shouldn't
#CONFIGURE_ARGS+= --disable-mpeg2enc
CONFIGURE_ARGS+= --disable-x264
CONFIGURE_ARGS+= --disable-jack
CONFIGURE_ARGS+= --disable-tests
# do not build the cdaudio plugin, cdparanoia is enough