ports/devel/electron35/files/patch-services_device_BUILD.gn
Hiroki Tagato 3fe2f64857 devel/electron35: 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/
2025-04-08 21:01:02 +09:00

11 lines
410 B
Text

--- services/device/BUILD.gn.orig 2025-03-24 20:50:14 UTC
+++ services/device/BUILD.gn
@@ -13,7 +13,7 @@ is_serial_enabled_platform =
}
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