request plugin build explicitely
(The configure script became semi-clever, tries to use the OS name to decide what to build.)
This commit is contained in:
parent
1167f94a7f
commit
36c7554385
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2012/03/26 11:17:34 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2012/03/28 11:51:30 drochner Exp $
|
||||
#
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
|
|||
BUILD_DIRS= ${WRKSRC}/src/audio_out
|
||||
CONFIGURE_ARGS+= --without-x --disable-xinerama
|
||||
CONFIGURE_ARGS+= --disable-vcd
|
||||
CONFIGURE_ARGS+= --with-alsa
|
||||
|
||||
INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/03/26 11:17:34 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/03/28 11:51:30 drochner Exp $
|
||||
#
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
|
|||
BUILD_DIRS= ${WRKSRC}/src/audio_out
|
||||
CONFIGURE_ARGS+= --without-x --disable-xinerama
|
||||
CONFIGURE_ARGS+= --disable-vcd
|
||||
CONFIGURE_ARGS+= --with-pulseaudio
|
||||
|
||||
INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue