aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
AgeCommit message (Expand)AuthorFilesLines
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+1
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet1-2/+1
2017-09-17d: Make feature names less verboseMatthias Klumpp1-2/+2
2017-09-12Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp1-1/+7
2017-09-03pkgconfig: Document url keywordPatrick Griffis1-1/+1
2017-07-21Make error message more informativeEmmanuele Bassi1-2/+2
2017-07-13pkgconfig: avoid appending slash at CflagsLaurent Carlier1-3/+4
2017-06-29pkgconfig: add support for extra_cflagsBruce Richardson1-3/+7
2017-06-26Fixed issues raised in review.Jussi Pakkanen1-3/+3
2017-06-26Converted some modules.Jussi Pakkanen1-0/+4
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer1-2/+31
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan1-2/+3
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky1-0/+2
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-2/+4
2017-01-04Create a module return value object.Jussi Pakkanen1-1/+4
2017-01-01style: fix E231 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E222 violationsIgor Gnatenko1-1/+1
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+1
2016-12-06Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen1-4/+3
2016-12-05pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency1-2/+2
2016-12-05pkgconfig: 'Version' must be specified, even if it's emptyGuillaume Poirier-Morency1-2/+1
2016-12-02pkgconfig: Add a newline after variable declarationsGuillaume Poirier-Morency1-0/+1
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen1-1/+1
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-2/+2
2016-10-23pkgconfig: Fix absolute 'libdir' and 'includedir'Guillaume Poirier-Morency1-4/+4
2016-10-16pkgconfig: Accept string for 'libraries' and 'libraries_private'Guillaume Poirier-Morency1-11/+14
2016-10-16pkgconfig: Process private libraries like regular onesGuillaume Poirier-Morency1-22/+26
2016-10-16pkgconfig: Fix typo in 'Libs.private'Guillaume Poirier-Morency1-3/+3
2016-10-16pkgconfig: Add missing 'URL' and 'Conflicts' entriesGuillaume Poirier-Morency1-4/+14
2016-10-16pkgconfig: Rename 'CFlags' for 'Cflags'Guillaume Poirier-Morency1-1/+1
2016-10-16pkgconfig: Prevent trailing spaceGuillaume Poirier-Morency1-5/+5
2016-10-13pkgconfig: Handle library names starting with 'lib'Nirbheek Chauhan1-10/+25
2016-10-12pkgconfig: Only warn for suffix if the filename doesn't start with libNirbheek Chauhan1-1/+5
2016-10-12pkgconfig: Warn if library has name_prefix/suffix setNirbheek Chauhan1-3/+11
2016-09-11module pkgconfig: added install_dir attribute (#776)grindhold1-1/+5
2016-09-02Minor pkgconfig module cleanups (#748)TingPing1-3/+0
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-29/+33
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-1/+1
2016-06-17Add custom_install_dir to ld path in pkgconfig moduleIppytraxx1-0/+2
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-6/+6
2016-03-30And private libraries.Jussi Pakkanen1-4/+7
2016-03-30Can set requires manually into generated pc files.Jussi Pakkanen1-2/+10
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+82