All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] cairo: prevent mutually exclusive packageconfigs
@ 2018-10-05 11:38 Max Krummenacher
  0 siblings, 0 replies; only message in thread
From: Max Krummenacher @ 2018-10-05 11:38 UTC (permalink / raw)
  To: meta-freescale; +Cc: Max Krummenacher

cairo does not allow to configure both for opengl and glesv2. With
commit f8270871c in openembedde-core and distro features 'x11 opengl'
enabled the opengl packageconfig gets adde
d.
Remove a potentially existing opengl from packageconfig.

| checking for glesv2... yes
| configure: error: use either --enable-gl=yes or --enable-glesv2=yes. Not both at the same time.
...
| ERROR: Function failed: do_configure

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 recipes-graphics/cairo/cairo_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index 94ae65fa..59b14902 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -1 +1,2 @@
 PACKAGECONFIG_append_imxgpu3d = " egl glesv2"
+PACKAGECONFIG_remove_imxgpu3d = "opengl"
\ No newline at end of file
-- 
2.13.6



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-05 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 11:38 [PATCH 1/2] cairo: prevent mutually exclusive packageconfigs Max Krummenacher

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.