summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
AgeCommit message (Expand)Author
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
2016-12-05pkgconfig: 'Version' must be specified, even if it's emptyGuillaume Poirier-Morency
2016-12-02pkgconfig: Add a newline after variable declarationsGuillaume Poirier-Morency
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-10-23pkgconfig: Fix absolute 'libdir' and 'includedir'Guillaume Poirier-Morency
2016-10-16pkgconfig: Accept string for 'libraries' and 'libraries_private'Guillaume Poirier-Morency
2016-10-16pkgconfig: Process private libraries like regular onesGuillaume Poirier-Morency
2016-10-16pkgconfig: Fix typo in 'Libs.private'Guillaume Poirier-Morency
2016-10-16pkgconfig: Add missing 'URL' and 'Conflicts' entriesGuillaume Poirier-Morency
2016-10-16pkgconfig: Rename 'CFlags' for 'Cflags'Guillaume Poirier-Morency
2016-10-16pkgconfig: Prevent trailing spaceGuillaume Poirier-Morency
2016-10-13pkgconfig: Handle library names starting with 'lib'Nirbheek Chauhan
2016-10-12pkgconfig: Only warn for suffix if the filename doesn't start with libNirbheek Chauhan
2016-10-12pkgconfig: Warn if library has name_prefix/suffix setNirbheek Chauhan
2016-09-11module pkgconfig: added install_dir attribute (#776)grindhold
2016-09-02Minor pkgconfig module cleanups (#748)TingPing
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade
2016-06-17Add custom_install_dir to ld path in pkgconfig moduleIppytraxx
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-03-30And private libraries.Jussi Pakkanen
2016-03-30Can set requires manually into generated pc files.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen