All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Böszörményi Zoltán" <zboszor@pr.hu>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/5] mesa: Add PACKAGECONFIG knob to enable VAAPI state tracker and drivers
Date: Wed, 26 Feb 2020 14:57:14 +0100	[thread overview]
Message-ID: <20200226135716.49255-3-zboszor@pr.hu> (raw)
In-Reply-To: <20200226135716.49255-1-zboszor@pr.hu>

Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
---
 meta/recipes-graphics/mesa/mesa.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 87f167c507..479d3223fa 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -142,6 +142,7 @@ PACKAGECONFIG[gallium] = "-Dgallium-drivers=${GALLIUMDRIVERS}, -Dgallium-drivers
 PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, llvm${MESA_LLVM_RELEASE} llvm-native \
                                ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}"
 PACKAGECONFIG[xa]  = "-Dgallium-xa=true, -Dgallium-xa=false"
+PACKAGECONFIG[va] = "-Dgallium-va=true,-Dgallium-va=false,libva-initial"
 
 PACKAGECONFIG[lima] = ""
 GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
-- 
2.24.1



  parent reply	other threads:[~2020-02-26 14:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:57 [PATCH 1/5] libva: Split out the base parts into an include file Böszörményi Zoltán
2020-02-26 13:57 ` [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers Böszörményi Zoltán
2020-02-26 14:13   ` Paul Barker
2020-02-26 14:22     ` Böszörményi Zoltán
2020-02-26 14:58   ` Khem Raj
2020-02-26 15:12     ` Böszörményi Zoltán
2020-02-26 15:13       ` Khem Raj
2020-02-26 15:20         ` Böszörményi Zoltán
2020-02-26 15:26           ` Böszörményi Zoltán
2020-02-26 15:30           ` Khem Raj
2020-02-26 15:58             ` Böszörményi Zoltán
2020-02-26 16:51               ` Khem Raj
2020-02-26 17:08                 ` Böszörményi Zoltán
2020-02-26 17:14                   ` Böszörményi Zoltán
2020-02-26 19:44                     ` Khem Raj
2020-02-26 20:21                       ` Böszörményi Zoltán
2020-02-26 20:31                         ` Khem Raj
2020-02-27  4:05                           ` Böszörményi Zoltán
2020-02-26 16:12   ` Alexander Kanavin
2020-02-26 16:35     ` Böszörményi Zoltán
2020-02-26 16:37       ` Böszörményi Zoltán
2020-02-26 17:16         ` Alexander Kanavin
2020-02-26 17:38           ` Böszörményi Zoltán
2020-02-26 13:57 ` Böszörményi Zoltán [this message]
2020-02-26 13:57 ` [PATCH 4/5] mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers Böszörményi Zoltán
2020-02-26 13:57 ` [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc" Böszörményi Zoltán
2020-02-26 15:00   ` Khem Raj
2020-02-26 15:14     ` Böszörményi Zoltán
2020-02-26 15:15       ` Khem Raj
2020-02-26 16:02         ` Böszörményi Zoltán
2020-02-26 16:08 ` [PATCH 1/5] libva: Split out the base parts into an include file Alexander Kanavin

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=20200226135716.49255-3-zboszor@pr.hu \
    --to=zboszor@pr.hu \
    --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.