forked from pool/nodejs-electron
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
|
import("//build/config/linux/pkg_config.gni")
|
||
|
|
|
||
|
|
pkg_config("libsecret_config") {
|
||
|
|
packages = [ "libsecret-1" ]
|
||
|
|
}
|
||
|
|
|
||
|
|
source_set("libsecret") {
|
||
|
|
public_configs = [ ":libsecret_config" ]
|
||
|
|
}
|