mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
21 lines
597 B
BlitzBasic
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"
|