diff options
-rw-r--r-- | recipes-extended/virt-viewer/virt-viewer_11.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-extended/virt-viewer/virt-viewer_11.0.bb b/recipes-extended/virt-viewer/virt-viewer_11.0.bb new file mode 100644 index 00000000..d71e5585 --- /dev/null +++ b/recipes-extended/virt-viewer/virt-viewer_11.0.bb | |||
@@ -0,0 +1,29 @@ | |||
1 | SUMMARY = "Virtual Machine Viewer" | ||
2 | LICENSE = "GPL-2.0-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
4 | |||
5 | # for ovirt support librest-0.7 and libgovirt would be needed | ||
6 | DEPENDS = " \ | ||
7 | desktop-file-utils-native \ | ||
8 | glib-2.0 \ | ||
9 | gtk+3 \ | ||
10 | libxml2 \ | ||
11 | " | ||
12 | |||
13 | SRC_URI = "git://gitlab.com/virt-viewer/virt-viewer.git;protocol=https;branch=master" | ||
14 | |||
15 | SRCREV = "1e99e5e4f409da91638eb79067ec738994c28ef5" | ||
16 | PV = "11.0+git${SRCPV}" | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PACKAGECONFIG ?= "libvirt spice vte" | ||
20 | |||
21 | PACKAGECONFIG[libvirt] = "-Dlibvirt=enabled,-Dlibvirt=disabled,libvirt libvirt-glib" | ||
22 | PACKAGECONFIG[spice] = "-Dspice=enabled,-Dspice=disabled,spice-gtk spice-protocol" | ||
23 | PACKAGECONFIG[vnc] = "-Dvnc=enabled,-Dvnc=disabled,gtk-vnc" | ||
24 | PACKAGECONFIG[vte] = "-Dvte=enabled,-Dvte=disabled,vte" | ||
25 | |||
26 | inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection | ||
27 | |||
28 | FILES:${PN} += "${datadir}" | ||
29 | GIR_MESON_OPTION = '' | ||