We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9780726 commit 33960a4Copy full SHA for 33960a4
package/netflix52/0002-add-nox11-flag.patch
@@ -0,0 +1,11 @@
1
+diff -ruN netflix52.orig/partner/gibbon/graphics/wpeframework/gibbon_graphics.cmake netflix52/partner/gibbon/graphics/wpeframework/gibbon_graphics.cmake
2
+--- netflix52.orig/partner/gibbon/graphics/wpeframework/gibbon_graphics.cmake 2021-06-07 16:57:41.000000000 +0530
3
++++ netflix52/partner/gibbon/graphics/wpeframework/gibbon_graphics.cmake 2021-07-06 01:52:51.161273709 +0530
4
+@@ -63,6 +63,7 @@
5
+ #endif()
6
+ if(GIBBON_GRAPHICS_GL_WSYS STREQUAL "egl")
7
+ message(" + Using GL WSYS: ${GIBBON_GRAPHICS_GL_WSYS}")
8
++ add_definitions(-DEGL_NO_X11)
9
+ else()
10
+ message(FATAL_ERROR "Unknown GL WSYS: ${GIBBON_GRAPHICS_GL_WSYS}")
11
+ endif()
0 commit comments