You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will generate only the ``mylib-foo.pc`` file, but not the ``mylib.pc`` one.
92
+
This can only be done at the global ``cpp_info`` level, not at component level.
93
+
82
94
83
95
Reference
84
96
---------
@@ -174,7 +186,7 @@ Properties
174
186
175
187
The following properties affect the ``PkgConfigDeps`` generator:
176
188
177
-
- **pkg_config_name** property will define the name of the generated ``*.pc`` file (``xxxxx.pc``)
189
+
- **pkg_config_name** property will define the name of the generated ``*.pc`` file (``xxxxx.pc``), or the string ``none`` to disable the generation of the global ``*.pc`` file for the package.
178
190
- **pkg_config_aliases** property sets some aliases of any package/component name for *pkg_config* generator. This property only accepts list-like Python objects.
179
191
- **pkg_config_custom_content** property will add user defined content to the *.pc* files created by this generator as freeform variables.
180
192
That content can be a string or a dict-like Python object. Notice that the variables declared here will overwrite those ones already defined by Conan.
0 commit comments