diff options
-rw-r--r-- | recipes-extended/virt-viewer/virt-viewer_11.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/virt-viewer/virt-viewer_11.0.bb b/recipes-extended/virt-viewer/virt-viewer_11.0.bb index 55ca57aa..5799f48f 100644 --- a/recipes-extended/virt-viewer/virt-viewer_11.0.bb +++ b/recipes-extended/virt-viewer/virt-viewer_11.0.bb | |||
@@ -16,6 +16,8 @@ SRCREV = "1e99e5e4f409da91638eb79067ec738994c28ef5" | |||
16 | PV = "11.0+git${SRCPV}" | 16 | PV = "11.0+git${SRCPV}" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
20 | |||
19 | PACKAGECONFIG ?= "libvirt spice vte" | 21 | PACKAGECONFIG ?= "libvirt spice vte" |
20 | 22 | ||
21 | PACKAGECONFIG[libvirt] = "-Dlibvirt=enabled,-Dlibvirt=disabled,libvirt libvirt-glib" | 23 | PACKAGECONFIG[libvirt] = "-Dlibvirt=enabled,-Dlibvirt=disabled,libvirt libvirt-glib" |
@@ -23,7 +25,7 @@ PACKAGECONFIG[spice] = "-Dspice=enabled,-Dspice=disabled,spice-gtk spice-protoco | |||
23 | PACKAGECONFIG[vnc] = "-Dvnc=enabled,-Dvnc=disabled,gtk-vnc" | 25 | PACKAGECONFIG[vnc] = "-Dvnc=enabled,-Dvnc=disabled,gtk-vnc" |
24 | PACKAGECONFIG[vte] = "-Dvte=enabled,-Dvte=disabled,vte" | 26 | PACKAGECONFIG[vte] = "-Dvte=enabled,-Dvte=disabled,vte" |
25 | 27 | ||
26 | inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection | 28 | inherit meson pkgconfig gtk-icon-cache mime mime-xdg gobject-introspection features_check |
27 | 29 | ||
28 | FILES:${PN} += "${datadir}" | 30 | FILES:${PN} += "${datadir}" |
29 | GIR_MESON_OPTION = '' | 31 | GIR_MESON_OPTION = '' |