diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-26 11:17:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-26 11:17:34 +0000 |
commit | 284fcd1f8efa98fee62864fa8f711960c2225f37 (patch) | |
tree | 6779185c51115dd4057f31d5dc1d8eda999bd2a7 /audio/xine-pulse | |
parent | 1b342129e3f84ddbc90dad8f267e0bfb444f4b92 (diff) | |
download | pkgsrc-284fcd1f8efa98fee62864fa8f711960c2225f37.tar.gz |
sync w/ xine-v4l2 (explicitely disable xinerama and vcd) to make
this build with the present dependencies
Diffstat (limited to 'audio/xine-pulse')
-rw-r--r-- | audio/xine-pulse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xine-pulse/Makefile b/audio/xine-pulse/Makefile index 4164113a784..a273632bf34 100644 --- a/audio/xine-pulse/Makefile +++ b/audio/xine-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/03/21 17:45:33 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2012/03/26 11:17:34 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -12,7 +12,8 @@ COMMENT= The PulseAudio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out -CONFIGURE_ARGS+= --without-x +CONFIGURE_ARGS+= --without-x --disable-xinerama +CONFIGURE_ARGS+= --disable-vcd INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER} |