blob: bbda26c7d6bb8e60b965f5b32aa7b0e8edfbb541 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# https://gitlab.gnome.org/World/Phosh/phoc/-/merge_requests/241
BUILD_DEPENDS:= ${BUILD_DEPENDS:N*wlroots*} \
xwayland-devel>0:x11-servers/xwayland-devel
LIB_DEPENDS:= ${LIB_DEPENDS:N*wlroots*} \
libudev.so:devel/libudev-devd \
libdrm.so:graphics/libdrm \
libseat.so:sysutils/seatd \
libxcb-errors.so:x11/xcb-util-errors \
libxcb-render-util.so:x11/xcb-util-renderutil \
libxcb-icccm.so:x11/xcb-util-wm
RUN_DEPENDS+= xwayland-devel>0:x11-servers/xwayland-devel
USE_GL+= gbm egl
GL_TUPLE+= https://source.puri.sm:Librem5:wlroots:1f8bb9e0e3058fc31a14866dc52e8f83c1287a09:wlroots/subprojects/wlroots
MESON_ARGS+= -Dwlroots:default_library=static
PLIST_FILES+= "@comment libdata/pkgconfig/wlroots.pc"
|