mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -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
410 B
Text
11 lines
410 B
Text
--- services/device/BUILD.gn.orig 2024-06-18 21:43:37 UTC
|
|
+++ services/device/BUILD.gn
|
|
@@ -14,7 +14,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
|