All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bartłomiej Burdukiewicz" <bartlomiej.burdukiewicz@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Bartłomiej Burdukiewicz" <bartlomiej.burdukiewicz@gmail.com>
Subject: [OE-core][PATCH 2/2] libva: removed opengl from REQUIRED_DISTRO_FEATURES.
Date: Wed, 29 Apr 2020 22:27:45 +0200	[thread overview]
Message-ID: <20200429202745.3891440-2-bartlomiej.burdukiewicz@gmail.com> (raw)
In-Reply-To: <20200429202745.3891440-1-bartlomiej.burdukiewicz@gmail.com>

Since libva can be built without virtual/mesa, opengl
requirement is only true for glx backend and it's
incorrect for wayland and x11 backends.

Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
---
 meta/recipes-graphics/libva/libva_2.6.1.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/libva/libva_2.6.1.bb b/meta/recipes-graphics/libva/libva_2.6.1.bb
index 8c495bad70..071be345d2 100644
--- a/meta/recipes-graphics/libva/libva_2.6.1.bb
+++ b/meta/recipes-graphics/libva/libva_2.6.1.bb
@@ -27,8 +27,6 @@ DEPENDS = "libdrm"
 
 inherit meson pkgconfig features_check
 
-REQUIRED_DISTRO_FEATURES = "opengl"
-
 PACKAGECONFIG ??= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \
     ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} \
-- 
2.26.2


  reply	other threads:[~2020-04-29 20:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 20:27 [OE-core][PATCH 1/2] libva: add PACKAGECONFIG and additonal rules for glx Bartłomiej Burdukiewicz
2020-04-29 20:27 ` Bartłomiej Burdukiewicz [this message]
2020-04-30 22:23 ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200429202745.3891440-2-bartlomiej.burdukiewicz@gmail.com \
    --to=bartlomiej.burdukiewicz@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.