Skip to content

Commit 339aae6

Browse files
committed
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>
1 parent b7accc6 commit 339aae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Fixes compile errors like
22
# 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*'}
3-
PACKAGECONFIG:remove:imxgpu3d = "opengl opengl-or-es"
3+
PACKAGECONFIG:remove:imxgpu3d = "opengl x11"
44
PACKAGECONFIG:append:imxgpu3d = " gles2"

0 commit comments

Comments
 (0)