Files
meta-openembedded/meta-networking/recipes-support/spice/spice-protocol_0.14.5.bb
T
Markus Volk 8f0bc1ac75 spice-protocols: update 0.14.4 -> 0.14.5
Major changes in 0.14.5
=======================
* Add SPICE_MSG_DISPLAY_GL_SCANOUT2_UNIX
* Fix for Windows Arm64 build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-29 21:02:20 -07:00

21 lines
511 B
BlitzBasic

#
# Copyright (C) 2013 Wind River Systems, Inc.
#
SUMMARY = "Simple Protocol for Independent Computing Environments (protocol definition"
HOMEPAGE = "https://spice-space.org"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=b37311cb5604f3e5cc2fb0fd23527e95"
SRCREV = "c5c2f26422b44e3143c87814af73c38125d4ccfc"
SRC_URI = "git://gitlab.freedesktop.org/spice/spice-protocol.git;protocol=https;branch=master"
inherit meson pkgconfig
ALLOW_EMPTY:${PN} = "1"
BBCLASSEXTEND = "native nativesdk"