Lines 4-10
PORTNAME= xwayland
Link Here
|
4 |
PORTVERSION= 1.19.1 |
4 |
PORTVERSION= 1.19.1 |
5 |
# This is inherited from x11-servers/xorg-server |
5 |
# This is inherited from x11-servers/xorg-server |
6 |
# Ensure it does not go backwards when bumping |
6 |
# Ensure it does not go backwards when bumping |
7 |
PORTREVISION= 11 |
7 |
PORTREVISION= 12 |
8 |
|
8 |
|
9 |
COMMENT= X Clients under Wayland |
9 |
COMMENT= X Clients under Wayland |
10 |
|
10 |
|
Lines 30-36
USE_GL+= egl gbm
Link Here
|
30 |
|
30 |
|
31 |
CONFIGURE_ARGS+= --disable-docs --disable-devel-docs \ |
31 |
CONFIGURE_ARGS+= --disable-docs --disable-devel-docs \ |
32 |
--enable-xwayland --disable-xorg --disable-xvfb --disable-xnest \ |
32 |
--enable-xwayland --disable-xorg --disable-xvfb --disable-xnest \ |
33 |
--disable-xquartz --disable-xwin |
33 |
--disable-xquartz --disable-xwin --with-default-xkb-rules=evdev |
34 |
|
34 |
|
35 |
PLIST_FILES= bin/Xwayland |
35 |
PLIST_FILES= bin/Xwayland |
36 |
|
36 |
|