From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libva: switch to virtual opengl provider
Date: Sat, 12 Oct 2019 21:45:04 +0200 [thread overview]
Message-ID: <20191012214504.3db2b51e@windsurf> (raw)
In-Reply-To: <20191012153931.24484-1-bernd.kuhls@t-online.de>
On Sat, 12 Oct 2019 17:39:31 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> diff --git a/package/libva/libva.mk b/package/libva/libva.mk
> index 6c8243da90..176f971128 100644
> --- a/package/libva/libva.mk
> +++ b/package/libva/libva.mk
> @@ -20,8 +20,8 @@ LIBVA_CONF_OPTS = \
> ifeq ($(BR2_PACKAGE_XORG7),y)
> LIBVA_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXfixes
> LIBVA_CONF_OPTS += --enable-x11
> -ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_GLX),y)
> -LIBVA_DEPENDENCIES += mesa3d
> +ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
> +LIBVA_DEPENDENCIES += libgl
> LIBVA_CONF_OPTS += --enable-glx
Do all OpenGL implementation provide GLX support ? I would assume that
in most practical cases, yes, but I'm wondering.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-10-12 19:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-12 15:39 [Buildroot] [PATCH 1/1] package/libva: switch to virtual opengl provider Bernd Kuhls
2019-10-12 19:45 ` Thomas Petazzoni [this message]
2019-10-19 7:59 ` Bernd Kuhls
2019-10-22 20:59 ` Thomas Petazzoni
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=20191012214504.3db2b51e@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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.