View | Details | Raw Unified | Return to bug 267517 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/gstreamer1-plugins-gl/Makefile (-4 / +2 lines)
Lines 1-4 Link Here
1
PORTREVISION=	0
1
PORTREVISION=	1
2
CATEGORIES=	graphics
2
CATEGORIES=	graphics
3
3
4
COMMENT=	GStreamer GL graphics plugin
4
COMMENT=	GStreamer GL graphics plugin
Lines 15-22 OPTIONS_DEFINE= WAYLAND Link Here
15
OPTIONS_DEFAULT=WAYLAND
15
OPTIONS_DEFAULT=WAYLAND
16
OPTIONS_SUB=	yes
16
OPTIONS_SUB=	yes
17
17
18
OPTIONS_UNSET=	WAYLAND
19
20
GL_WINSYS=	"x11,egl"
18
GL_WINSYS=	"x11,egl"
21
19
22
WAYLAND_VARS=			gl_winsys+=",wayland"
20
WAYLAND_VARS=			gl_winsys+=",wayland"
Lines 25-31 WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland Link Here
25
23
26
USES=		gl
24
USES=		gl
27
USE_GL=		gl glu glesv2 egl
25
USE_GL=		gl glu glesv2 egl
28
USE_XORG+	=x11 \
26
USE_XORG+=	x11 \
29
		xext \
27
		xext \
30
		xcb
28
		xcb
31
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
29
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
(-)b/multimedia/clapper/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	clapper
1
PORTNAME=	clapper
2
DISTVERSION=	0.5.2
2
DISTVERSION=	0.5.2
3
CATEGORIES=	multimedia # wayland: requires WAYLAND=on in gstreamer1-plugins-gl
3
CATEGORIES=	multimedia wayland
4
4
5
MAINTAINER=	jbeich@FreeBSD.org
5
MAINTAINER=	jbeich@FreeBSD.org
6
COMMENT=	Simple and modern GNOME media player
6
COMMENT=	Simple and modern GNOME media player

Return to bug 267517