buildrootschalter/package/efl
Yann E. MORIN 1e91fbb06a package/libevas: quick fix to get rid of circular deps
This is a quick workaround against the recently-introduced circular
dependencies hell:

    package/xbmc/Config.in:10:error: recursive dependency detected!
    package/xbmc/Config.in:10:      symbol BR2_PACKAGE_XBMC depends on BR2_PACKAGE_HAS_OPENGL_EGL
    package/opengl/libegl/Config.in:1:      symbol BR2_PACKAGE_HAS_OPENGL_EGL is selected by BR2_PACKAGE_MESA3D_OPENGL_EGL
    package/mesa3d/Config.in:92:    symbol BR2_PACKAGE_MESA3D_OPENGL_EGL depends on BR2_PACKAGE_MESA3D
    package/mesa3d/Config.in:1:     symbol BR2_PACKAGE_MESA3D is selected by BR2_PACKAGE_LIBEVAS_GL
    package/efl/libevas/Config.in:149:      symbol BR2_PACKAGE_LIBEVAS_GL is part of choice <choice>
    package/efl/libevas/Config.in:144:      choice <choice> contains symbol <choice>
    package/efl/libevas/Config.in:144:      choice <choice> contains symbol BR2_PACKAGE_LIBEVAS_SDL_GL
    package/efl/libevas/Config.in:90:       symbol BR2_PACKAGE_LIBEVAS_SDL_GL depends on BR2_PACKAGE_SDL_X11
    package/sdl/Config.in:24:       symbol BR2_PACKAGE_SDL_X11 depends on BR2_PACKAGE_SDL
    package/sdl/Config.in:1:        symbol BR2_PACKAGE_SDL is selected by BR2_PACKAGE_PYTHON_PYGAME
    package/python-pygame/Config.in:1:      symbol BR2_PACKAGE_PYTHON_PYGAME depends on BR2_PACKAGE_PYTHON
    package/python/Config.in:1:     symbol BR2_PACKAGE_PYTHON is selected by BR2_PACKAGE_XBMC

Until this is properly fixed with the addition of a virtual package for
full-openGL providers, just depend on mesa3d instead of selecting it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Bernd Kuhls <berndkuhls@hotmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-04-03 22:41:27 +02:00
..
expedite evas: depend on thread support 2014-02-22 21:22:54 +01:00
libecore evas: depend on thread support 2014-02-22 21:22:54 +01:00
libedbus bluez_utils: broken for static builds 2013-12-26 23:16:22 +01:00
libedje evas: depend on thread support 2014-02-22 21:22:54 +01:00
libeet efl: factorize version number as EFL_VERSION 2013-07-07 21:43:49 +02:00
libefreet efl: factorize version number as EFL_VERSION 2013-07-07 21:43:49 +02:00
libeina efl: factorize version number as EFL_VERSION 2013-07-07 21:43:49 +02:00
libeio efl: factorize version number as EFL_VERSION 2013-07-07 21:43:49 +02:00
libelementary evas: depend on thread support 2014-02-22 21:22:54 +01:00
libembryo efl: factorize version number as EFL_VERSION 2013-07-07 21:43:49 +02:00
libethumb evas: depend on thread support 2014-02-22 21:22:54 +01:00
libevas package/libevas: quick fix to get rid of circular deps 2014-04-03 22:41:27 +02:00
libevas-generic-loaders Config.in files: unify comments of toolchain option dependencies 2013-10-14 22:45:57 +02:00
Config.in efl: disallow on non-MMU systems 2014-02-22 21:23:45 +01:00
efl.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00