forked from pool/nodejs-electron
* Node 20.16.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=169
19 lines
460 B
Diff
19 lines
460 B
Diff
--- src/build/linux/unbundle/libyuv.gn.orig
|
|
+++ src/build/linux/unbundle/libyuv.gn
|
|
@@ -1,7 +1,7 @@
|
|
import("//build/config/linux/pkg_config.gni")
|
|
import("//build/shim_headers.gni")
|
|
|
|
-pkg_config("system_yuv") {
|
|
+pkg_config("libyuv_config") {
|
|
packages = [ "libyuv" ]
|
|
}
|
|
|
|
@@ -33,5 +33,5 @@ shim_headers("libyuv_shim") {
|
|
|
|
source_set("libyuv") {
|
|
deps = [ ":libyuv_shim" ]
|
|
- public_configs = [ ":system_yuv" ]
|
|
+ public_configs = [ ":libyuv_config" ]
|
|
}
|