prepare for addition of a "gio" plugin pkg
(we could build it in the base pkg because it doesn't cause additional dependencies, but it is marked experimental, so better leave it as optional addon)
This commit is contained in:
parent
e5e9c4b776
commit
d0b0742c72
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.15 2008/07/15 10:09:40 drochner Exp $
|
||||
# $NetBSD: Makefile.common,v 1.16 2008/08/06 18:07:06 drochner Exp $
|
||||
#
|
||||
|
||||
GST_PLUGINS0.10_TYPE= base
|
||||
|
@ -9,6 +9,7 @@ BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20
|
|||
.for driver in alsa \
|
||||
cdparanoia \
|
||||
freetypetest \
|
||||
gio \
|
||||
gnome_vfs \
|
||||
gst_v4l \
|
||||
libvisual \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: plugins.mk,v 1.6 2006/04/22 09:22:11 rillig Exp $
|
||||
# $NetBSD: plugins.mk,v 1.7 2008/08/06 18:07:06 drochner Exp $
|
||||
#
|
||||
# This file is shared across the gst-plugins-{base,good} packages to
|
||||
# simplify their code. It provides a framework to write simple packages
|
||||
|
@ -26,6 +26,7 @@ USE_LIBTOOL= yes
|
|||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-examples
|
||||
CONFIGURE_ARGS+= --disable-experimental
|
||||
CONFIGURE_ARGS+= --disable-debug
|
||||
CONFIGURE_ARGS+= --disable-valgrind
|
||||
CONFIGURE_ARGS+= --enable-external
|
||||
|
|
Loading…
Reference in a new issue