Skip to content

Commit 33960a4

Browse files
author
Neeraj Deshpande
committed
Netflix : Fix for compilation with westeros.
1 parent 9780726 commit 33960a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)