Add helper to enable both displays in qemu
[AGL/meta-agl-demo.git] / recipes-support / qemu-set-display / qemu-set-display_git.bb
1 DESCRIPTION = "Helper tool to enable the secondandary vnc displays"
2 LICENSE = "GPL-2.0-or-later"
3 LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
4
5
6 SRC_URI = "git://github.com/dhobsong/qemu-set-display.git;protocol=https;branch=main"
7 SRCREV = "${AUTOREV}"
8 S = "${WORKDIR}/git"
9
10 DEPENDS += "libvncserver"
11
12 inherit meson pkgconfig
13
14 PV = "0.1+git${SRCPV}"