mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
pkg-config: compile dynamically
This commit is contained in:
parent
40de561b67
commit
d967285816
@ -12,4 +12,15 @@ dependencies = [
|
||||
"libiconv",
|
||||
"pcre",
|
||||
]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
[package]
|
||||
shared-deps = [
|
||||
"gettext",
|
||||
"glib",
|
||||
"libiconv",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user