mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-05 05:14:44 +02:00
webkitgtk: Remove x11 from packageconfigs
opengl-or-es can be kept now This ends up configure errors with newly updated 2.40 webkit in core Fixes issues like | CMake Error at Source/cmake/WebKitMacros.cmake:154 (target_link_libraries): | Target "WebCore" links to: | | WPE::libwpe | | but the target was not found. Possible reasons include: | | * There is a typo in the target name. | * A find_package call is missing for an IMPORTED target. | * An ALIAS target is missing. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b7accc67aa
commit
339aae60e6
|
@ -1,4 +1,4 @@
|
|||
# Fixes compile errors like
|
||||
# Source/WebCore/platform/graphics/egl/GLContextEGL.cpp:198:59: error: invalid 'static_cast' from type 'GLNativeWindowType' {aka 'long unsigned int'} to type 'EGLNativeWindowType' {aka 'wl_egl_window*'}
|
||||
PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es"
|
||||
PACKAGECONFIG:remove:imxgpu3d = "opengl x11"
|
||||
PACKAGECONFIG:append:imxgpu3d = " gles2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user