blob: 870ac6b86d7bd71cc28a11e77d4bf7acd0a6319a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Helper tool to enable the secondandary vnc displays"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
SRC_URI = "git://github.com/dhobsong/qemu-set-display.git;protocol=https;branch=main"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"
DEPENDS += "libvncserver"
inherit meson pkgconfig
PV = "0.1+git${SRCPV}"
|