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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/xine-v4l/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xine-v4l/Makefile b/multimedia/xine-v4l/Makefile index 6f8a6e882a1..7c463d3532d 100644 --- a/multimedia/xine-v4l/Makefile +++ b/multimedia/xine-v4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/11/17 18:22:27 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/26 11:17:34 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -15,7 +15,8 @@ NOT_FOR_PLATFORM= NetBSD-*-* DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/input -CONFIGURE_ARGS+= --without-x +CONFIGURE_ARGS+= --without-x --disable-xinerama +CONFIGURE_ARGS+= --disable-vcd INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER} |