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 added.
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PACKAGECONFIG_append_imxgpu3d = " egl glesv2"
+PACKAGECONFIG_remove_imxgpu3d = "opengl"