diff mbox series

[meta-oe,2/3] spice-guest-vdagent: add missing dependencies

Message ID 20230830081550.1364085-2-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/3] spice: add missing dependency on orc | expand

Commit Message

Markus Volk Aug. 30, 2023, 8:15 a.m. UTC
add x11 to REQUIRED_DISTRO_FEATURES

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-support/spice/spice-guest-vdagent_0.22.1.bb       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin Jansa Aug. 30, 2023, 5:31 p.m. UTC | #1
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

On Wed, Aug 30, 2023 at 10:16 AM Markus Volk <f_l_k@t-online.de> wrote:

> add x11 to REQUIRED_DISTRO_FEATURES
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../recipes-support/spice/spice-guest-vdagent_0.22.1.bb       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-networking/recipes-support/spice/
> spice-guest-vdagent_0.22.1.bb b/meta-networking/recipes-support/spice/
> spice-guest-vdagent_0.22.1.bb
> index b51e03899..3af973eed 100644
> --- a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
> +++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
> @@ -10,11 +10,11 @@ SRC_URI = "git://
> gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;
>  S = "${WORKDIR}/git"
>
>  ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
> -REQUIRED_DISTRO_FEATURES = "opengl"
> +REQUIRED_DISTRO_FEATURES = "opengl x11"
>
>  inherit autotools pkgconfig features_check
>
> -DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol"
> +DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes
> xrandr xinerama libx11"
>
>  EXTRA_OECONF = " \
>         --with-gtk4 \
> --
> 2.41.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#104663):
> https://lists.openembedded.org/g/openembedded-devel/message/104663
> Mute This Topic: https://lists.openembedded.org/mt/101048295/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> Martin.Jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
index b51e03899..3af973eed 100644
--- a/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
+++ b/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
@@ -10,11 +10,11 @@  SRC_URI = "git://gitlab.freedesktop.org/spice/linux/vd_agent.git;protocol=https;
 S = "${WORKDIR}/git"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-REQUIRED_DISTRO_FEATURES = "opengl"
+REQUIRED_DISTRO_FEATURES = "opengl x11"
 
 inherit autotools pkgconfig features_check
 
-DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol"
+DEPENDS = "glib-2.0 alsa-lib gtk4 dbus libdrm spice-protocol libxfixes xrandr xinerama libx11"
 
 EXTRA_OECONF = " \
 	--with-gtk4 \