diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-28 13:01:20 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-28 13:01:20 +0200 |
commit | 66bd84a918e3220918a9a99794a84142125309d0 (patch) | |
tree | 703f6106e8d4926da1e0c3c56d6d22f1017c835a /rules/CC/pkgconfig/RULES | |
parent | b4e7e4e5b093843b9d325cb47968e916a3986d41 (diff) | |
parent | d22edd1ce13cd48c353d3b2223f5d6b35e6df82d (diff) | |
download | rules-cc-66bd84a918e3220918a9a99794a84142125309d0.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/pkgconfig/RULES')
-rw-r--r-- | rules/CC/pkgconfig/RULES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/CC/pkgconfig/RULES b/rules/CC/pkgconfig/RULES index 4424cb2..1d3b613 100644 --- a/rules/CC/pkgconfig/RULES +++ b/rules/CC/pkgconfig/RULES @@ -1,7 +1,8 @@ { "system_library": { "doc": ["A system library via pkg-config"] , "string_fields": ["name", "args", "stage"] - , "implicit": {"defaults": [["./", "..", "defaults"]]} + , "implicit": + {"defaults": [["./", "..", "defaults"]], "add_rpath": ["add_rpath"]} , "config_vars": ["PKG_CONFIG_ARGS", "ENV"] , "field_doc": { "name": ["The pkg-config name of the library."] |