Lines 21-27
CMAKE_ON= BUILD_SHARED_LIBS
Link Here
|
21 |
PORTDOCS= * |
21 |
PORTDOCS= * |
22 |
PORTEXAMPLES= * |
22 |
PORTEXAMPLES= * |
23 |
|
23 |
|
24 |
OPTIONS_DEFINE= DOCS EXAMPLES WAYLAND |
24 |
OPTIONS_DEFINE= DOCS EXAMPLES |
|
|
25 |
OPTIONS_DEFAULT=X11 |
26 |
PLATFORM_DESC= Window creation platform |
27 |
OPTIONS_SINGLE= PLATFORM |
28 |
OPTIONS_SINGLE_PLATFORM= WAYLAND X11 |
25 |
OPTIONS_EXCLUDE_FreeBSD_10= WAYLAND # needs dev/evdev/input.h |
29 |
OPTIONS_EXCLUDE_FreeBSD_10= WAYLAND # needs dev/evdev/input.h |
26 |
|
30 |
|
27 |
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols |
31 |
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols |
Lines 30-36
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \
Link Here
|
30 |
libxkbcommon.so:x11/libxkbcommon |
34 |
libxkbcommon.so:x11/libxkbcommon |
31 |
WAYLAND_USES= kde:5 pkgconfig |
35 |
WAYLAND_USES= kde:5 pkgconfig |
32 |
WAYLAND_USE= KDE=ecm |
36 |
WAYLAND_USE= KDE=ecm |
33 |
WAYLAND_USE_OFF= XORG=x11,xcursor,xinerama,xrandr,xxf86vm |
37 |
|
|
|
38 |
X11_USE= XORG=x11,xcursor,xinerama,xrandr,xxf86vm |
34 |
|
39 |
|
35 |
do-install-DOCS-on: |
40 |
do-install-DOCS-on: |
36 |
@${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search |
41 |
@${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search |