* [PATCH] gtk+3: libgl has multiple providers
@ 2017-04-18 19:28 Trevor Woerner
2017-04-18 20:30 ` Burton, Ross
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2017-04-18 19:28 UTC (permalink / raw)
To: openembedded-core
The libgl can be satisfied by a set of libgl providers, therefore set the
dependency to virtual/libgl.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
meta/recipes-gnome/gtk+/gtk+3.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 27da844fea..c430aecde2 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -46,7 +46,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl wayland x11', d
PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes"
# this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build
PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,libepoxy"
-PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl"
+PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,virtual/libgl"
PACKAGECONFIG[wayland] = "--enable-wayland-backend,--disable-wayland-backend,wayland wayland-protocols libxkbcommon virtual/mesa wayland-native"
do_install_append() {
--
2.12.0.rc1.48.g076c053
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gtk+3: libgl has multiple providers
2017-04-18 19:28 [PATCH] gtk+3: libgl has multiple providers Trevor Woerner
@ 2017-04-18 20:30 ` Burton, Ross
0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2017-04-18 20:30 UTC (permalink / raw)
To: Trevor Woerner; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
On 18 April 2017 at 20:28, Trevor Woerner <twoerner@gmail.com> wrote:
> -PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,libgl"
> +PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,,virtual/libgl"
>
That's the runtime dependency not build time, so virtual/libgl is wrong.
Mesa for example generates packages called libgl-mesa that RPROVIDES libgl
and libgl1.
Ross
[-- Attachment #2: Type: text/html, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-18 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18 19:28 [PATCH] gtk+3: libgl has multiple providers Trevor Woerner
2017-04-18 20:30 ` Burton, Ross
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.