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 |