expose linux-pkg-config features in app
Signed-off-by: Lauren N. Liberda <lauren@selfisekai.rocks>
This commit is contained in:
parent
100ea34baa
commit
548899174a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3558,9 +3558,10 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "magnum-opus"
|
name = "magnum-opus"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
source = "git+https://github.com/rustdesk/magnum-opus#79be072c939168e907fe851690759dcfd6a326af"
|
source = "git+https://github.com/rustdesk/magnum-opus#5cd2bf989c148662fa3a2d9d539a71d71fd1d256"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen 0.59.2",
|
"bindgen 0.59.2",
|
||||||
|
"pkg-config",
|
||||||
"target_build_utils",
|
"target_build_utils",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -5431,6 +5432,7 @@ dependencies = [
|
|||||||
"log",
|
"log",
|
||||||
"ndk 0.7.0",
|
"ndk 0.7.0",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
|
"pkg-config",
|
||||||
"quest",
|
"quest",
|
||||||
"repng",
|
"repng",
|
||||||
"serde 1.0.163",
|
"serde 1.0.163",
|
||||||
|
@ -32,6 +32,7 @@ mediacodec = ["scrap/mediacodec"]
|
|||||||
linux_headless = ["pam" ]
|
linux_headless = ["pam" ]
|
||||||
virtual_display_driver = ["virtual_display"]
|
virtual_display_driver = ["virtual_display"]
|
||||||
plugin_framework = []
|
plugin_framework = []
|
||||||
|
linux-pkg-config = ["magnum-opus/linux-pkg-config", "scrap/linux-pkg-config"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user