ports/devel/electron25/files/patch-services_device_BUILD.gn
Hiroki Tagato 611c0053ff devel/electron25: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
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/
2023-06-27 16:12:40 +09:00

11 lines
399 B
Text

--- services/device/BUILD.gn.orig 2022-11-30 08:12:58 UTC
+++ services/device/BUILD.gn
@@ -16,7 +16,7 @@ if (is_android) {
}
is_serial_enabled_platform =
- is_win || ((is_linux || is_chromeos) && use_udev) || is_mac
+ is_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac
source_set("lib") {
# This should be visible only to embedders of the Device Service, and the