aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_power__metrics_BUILD.gn
blob: a9f2ff8636256816f202858bbdf92a64adb89aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/power_metrics/BUILD.gn.orig	2023-07-21 09:49:17 UTC
+++ components/power_metrics/BUILD.gn
@@ -42,7 +42,7 @@ static_library("power_metrics") {
     ldflags = [ "/DELAYLOAD:setupapi.dll" ]
   }
 
-  if (is_linux) {
+  if (is_linux && !is_bsd) {
     sources += [
       "energy_metrics_provider_linux.cc",
       "energy_metrics_provider_linux.h",