Lines 15-23
OPTIONS_DEFINE= WAYLAND
Link Here
|
15 |
OPTIONS_DEFAULT=WAYLAND |
15 |
OPTIONS_DEFAULT=WAYLAND |
16 |
OPTIONS_SUB= yes |
16 |
OPTIONS_SUB= yes |
17 |
|
17 |
|
18 |
GL_WINSYS= "x11,egl" |
18 |
GL_WINSYS= x11 egl |
19 |
|
19 |
|
20 |
WAYLAND_VARS= gl_winsys+=",wayland" |
20 |
WAYLAND_VARS= GL_WINSYS+=wayland |
21 |
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols |
21 |
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols |
22 |
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland |
22 |
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland |
23 |
|
23 |
|
Lines 31-37
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
Link Here
|
31 |
libpng16.so:graphics/png |
31 |
libpng16.so:graphics/png |
32 |
|
32 |
|
33 |
MESON_ARGS+= -Dgl=enabled \ |
33 |
MESON_ARGS+= -Dgl=enabled \ |
34 |
-Dgl_winsys="${GL_WINSYS}" \ |
34 |
-Dgl_winsys=${GL_WINSYS:ts,} \ |
35 |
-Dgl_api=opengl,gles2 \ |
35 |
-Dgl_api=opengl,gles2 \ |
36 |
-Dgl_platform=glx,egl |
36 |
-Dgl_platform=glx,egl |
37 |
|
37 |
|