this builds under netbsd now, add it to ONLY_FOR_PLATFORM

This commit is contained in:
jmcneill 2014-11-29 13:48:11 +00:00
parent ea14093392
commit 4fb20febe4

View file

@ -1,12 +1,10 @@
# $NetBSD: Makefile,v 1.2 2014/08/08 21:31:08 wiz Exp $
# $NetBSD: Makefile,v 1.3 2014/11/29 13:48:11 jmcneill Exp $
GST_PLUGINS1_NAME= v4l2
GST_PLUGINS1_DIRS= sys/v4l2
GST_PLUGINS1_FLAGS= gst_v4l2
#ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-*
# currently broken on NetBSD
ONLY_FOR_PLATFORM= Linux-* SunOS-5.11-*
ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-*
.include "../../multimedia/gst-plugins1-good/Makefile.common"