mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
448 B
C++
11 lines
448 B
C++
--- ui/gl/gl_fence.cc.orig 2024-08-14 20:56:05 UTC
|
|
+++ ui/gl/gl_fence.cc
|
|
@@ -17,7 +17,7 @@
|
|
#include "ui/gl/gl_surface_egl.h"
|
|
#include "ui/gl/gl_version_info.h"
|
|
|
|
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
#define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC
|
|
#include "ui/gl/gl_fence_android_native_fence_sync.h"
|
|
#endif
|