mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -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
399 B
Text
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
|