blob: d897f917fb9a406f716e70929141b7f6823f0684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.8 2012/06/14 07:45:17 sbd Exp $
#
GST_PLUGINS0.10_NAME= x11
GST_PLUGINS0.10_DIRS= sys/ximage sys/xvimage
GST_PLUGINS0.10_FLAGS= x xshm xvideo
PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
.include "../../x11/libXv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|