mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
427 B
Text
11 lines
427 B
Text
--- services/device/BUILD.gn.orig 2025-04-04 08:52:13 UTC
|
|
+++ services/device/BUILD.gn
|
|
@@ -13,7 +13,7 @@ if (is_android) {
|
|
}
|
|
|
|
is_serial_enabled_platform =
|
|
- is_win || ((is_linux || is_chromeos) && use_udev) || is_mac || is_android
|
|
+ is_win || ((!is_bsd && is_linux || is_chromeos) && use_udev) || is_mac || is_android
|
|
|
|
source_set("lib") {
|
|
# This should be visible only to embedders of the Device Service, and the
|