summaryrefslogtreecommitdiff
path: root/rules/CC/pkgconfig/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'rules/CC/pkgconfig/RULES')
-rw-r--r--rules/CC/pkgconfig/RULES5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/CC/pkgconfig/RULES b/rules/CC/pkgconfig/RULES
index 1d3b613..f51d949 100644
--- a/rules/CC/pkgconfig/RULES
+++ b/rules/CC/pkgconfig/RULES
@@ -2,7 +2,10 @@
{ "doc": ["A system library via pkg-config"]
, "string_fields": ["name", "args", "stage"]
, "implicit":
- {"defaults": [["./", "..", "defaults"]], "add_rpath": ["add_rpath"]}
+ { "defaults": [["./", "..", "defaults"]]
+ , "shell defaults": [["shell", "defaults"]]
+ , "add_rpath": ["add_rpath"]
+ }
, "config_vars": ["PKG_CONFIG_ARGS", "ENV"]
, "field_doc":
{ "name": ["The pkg-config name of the library."]