add "test" targets (which only make sense if gstreamer was built with
the "gstcheck" option, but do no harm otherwise)
This commit is contained in:
parent
f8e351cd93
commit
5199426607
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2006/05/10 16:42:39 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2007/02/08 21:30:24 drochner Exp $
|
||||
#
|
||||
|
||||
.include "Makefile.common"
|
||||
|
@ -12,4 +12,7 @@ PKGCONFIG_OVERRIDE+= pkgconfig/gstreamer-plugins-base.pc.in
|
|||
|
||||
REPLACE_PERL+= tools/gst-visualise-m.m
|
||||
|
||||
# only useful if gstreamer was built with the "gstcheck" option
|
||||
TEST_TARGET= check-torture
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/10/12 13:33:58 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2007/02/08 21:30:24 drochner Exp $
|
||||
#
|
||||
|
||||
.include "Makefile.common"
|
||||
|
@ -16,6 +16,9 @@ CONFIGURE_ARGS+= --enable-annodex
|
|||
|
||||
GCONF2_SCHEMAS= gstreamer-0.10.schemas
|
||||
|
||||
# only useful if gstreamer was built with the "gstcheck" option
|
||||
TEST_TARGET= check-torture
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/gconf/gstreamer-0.10.schemas \
|
||||
${GCONF2_SCHEMAS_DIR}
|
||||
|
|
Loading…
Reference in a new issue