summaryrefslogtreecommitdiff
path: root/rules/CC/pkgconfig/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-28 13:01:20 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-09-28 13:01:20 +0200
commit66bd84a918e3220918a9a99794a84142125309d0 (patch)
tree703f6106e8d4926da1e0c3c56d6d22f1017c835a /rules/CC/pkgconfig/RULES
parentb4e7e4e5b093843b9d325cb47968e916a3986d41 (diff)
parentd22edd1ce13cd48c353d3b2223f5d6b35e6df82d (diff)
downloadrules-cc-66bd84a918e3220918a9a99794a84142125309d0.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/pkgconfig/RULES')
-rw-r--r--rules/CC/pkgconfig/RULES3
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."]