Files
meta-wayland/recipes-graphics/xwayland-satellite/xwayland-satellite_0.8.1.bb
2026-04-01 08:08:32 +02:00

21 lines
597 B
BlitzBasic

SUMMARY = "xwayland-satellite grants rootless Xwayland integration to any Wayland compositor implementing xdg_wm_base and viewporter"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
SRC_URI = "git://github.com/Supreeeme/xwayland-satellite.git;protocol=https;branch=main"
DEPENDS = " \
xwayland \
libxcb \
xcb-util-cursor \
clang-native \
"
SRCREV = "536bd32efc935bf876d6de385ec18a1b715c9358"
inherit cargo cargo-update-recipe-crates pkgconfig
require ${PN}-crates.inc
export LIBCLANG_PATH = "${STAGING_LIBDIR_NATIVE}/libclang.so"