diff options
author | drochner <drochner> | 2012-03-26 11:17:34 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-03-26 11:17:34 +0000 |
commit | b3a00a70a2b86291a2bae9ee3b331409342f9461 (patch) | |
tree | 6779185c51115dd4057f31d5dc1d8eda999bd2a7 /audio/xine-esound | |
parent | 4b57fd4df9e8be967c66dbf6f864c9696153f114 (diff) | |
download | pkgsrc-b3a00a70a2b86291a2bae9ee3b331409342f9461.tar.gz |
sync w/ xine-v4l2 (explicitely disable xinerama and vcd) to make
this build with the present dependencies
Diffstat (limited to 'audio/xine-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 1062ab89eca..3987f60c1f4 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2012/03/21 17:45:33 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2012/03/26 11:17:34 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -12,7 +12,8 @@ COMMENT= The esound audio 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} |