summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
AgeCommit message (Expand)Author
2018-05-02pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan
2018-05-02Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens
2018-03-25pkgconfig generator: Add required versionXavier Claessens
2018-03-25Make the generated pkgconfig files reproducible.Chris Lamb
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen
2018-03-19Fix existing tests.Jussi Pakkanen
2018-03-17Do not leak out private dependencies for shared libraries.Jussi Pakkanen
2018-03-13pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov
2018-03-13pkgconfig: print requires argument type on errorAleksey Filippov
2018-02-24Add library with generated_pc and PkgConfigDependency support to pkgconfig.ge...Aleksey Filippov
2018-02-24Use listify(unholder=True) instead of manual unwrappingAleksey Filippov
2018-02-23Fix misprint in pkgconfig commentAleksey Filippov
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen
2017-12-21pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens
2017-12-20pkgconfig: Use the pc file we generated for librariesXavier Claessens
2017-12-20pkgconfig: Avoid duplicated -L flagsXavier Claessens
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens
2017-11-19pkgconfig: Handle prefix in library pathIñigo Martínez
2017-11-11pkgconfig module: Escape all paths while generatingNirbheek Chauhan
2017-10-19Error for Libs in package_config functiongetzze
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet
2017-09-17d: Make feature names less verboseMatthias Klumpp
2017-09-12Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp
2017-09-03pkgconfig: Document url keywordPatrick Griffis
2017-07-21Make error message more informativeEmmanuele Bassi
2017-07-13pkgconfig: avoid appending slash at CflagsLaurent Carlier
2017-06-29pkgconfig: add support for extra_cflagsBruce Richardson
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Converted some modules.Jussi Pakkanen
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-04Create a module return value object.Jussi Pakkanen
2017-01-01style: fix E231 violationsIgor Gnatenko
2017-01-01style: fix E222 violationsIgor Gnatenko
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen
2016-12-05pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency