Lines 14-20
Link Here
|
14 |
libdrm.so:graphics/libdrm |
14 |
libdrm.so:graphics/libdrm |
15 |
|
15 |
|
16 |
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2 |
16 |
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:bzip2 |
17 |
USE_XORG= x11 xext xfixes |
|
|
18 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
19 |
INSTALL_TARGET= install-strip |
18 |
INSTALL_TARGET= install-strip |
20 |
|
19 |
|
Lines 21-28
Link Here
|
21 |
USE_GITHUB= yes |
20 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= intel |
21 |
GH_ACCOUNT= intel |
23 |
|
22 |
|
24 |
OPTIONS_DEFINE= DEBUG WAYLAND |
23 |
OPTIONS_DEFINE= DEBUG WAYLAND X11 |
25 |
OPTIONS_DEFAULT=WAYLAND |
24 |
OPTIONS_DEFAULT=WAYLAND X11 |
26 |
WAYLAND_DESC= Support wayland protocol |
25 |
WAYLAND_DESC= Support wayland protocol |
27 |
OPTIONS_SUB= yes |
26 |
OPTIONS_SUB= yes |
28 |
|
27 |
|
Lines 32-35
Link Here
|
32 |
WAYLAND_CONFIGURE_ENABLE= wayland |
31 |
WAYLAND_CONFIGURE_ENABLE= wayland |
33 |
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland |
32 |
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland |
34 |
|
33 |
|
|
|
34 |
X11_CONFIGURE_ENABLE= x11 |
35 |
X11_USE= XORG=x11,xext,xfixes |
36 |
|
35 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |