summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
Commit message (Expand)AuthorAgeFilesLines
* pkgconfig: Handle prefix in library pathIñigo Martínez2017-11-191-1/+10
* pkgconfig module: Escape all paths while generatingNirbheek Chauhan2017-11-111-9/+24
* Error for Libs in package_config functiongetzze2017-10-191-2/+4
* flake8: Clean up complained-about unused importsLuke Shumaker2017-09-211-1/+1
* Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet2017-09-181-2/+1
* d: Make feature names less verboseMatthias Klumpp2017-09-171-2/+2
* Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp2017-09-121-1/+7
* pkgconfig: Document url keywordPatrick Griffis2017-09-031-1/+1
* Make error message more informativeEmmanuele Bassi2017-07-211-2/+2
* pkgconfig: avoid appending slash at CflagsLaurent Carlier2017-07-131-3/+4
* pkgconfig: add support for extra_cflagsBruce Richardson2017-06-291-3/+7
* Fixed issues raised in review.Jussi Pakkanen2017-06-261-3/+3
* Converted some modules.Jussi Pakkanen2017-06-261-0/+4
* pkgconfig: add suppport for custom variables during generationPeter Hutterer2017-05-111-2/+31
* Support multiple install dirs for built/custom targetsNirbheek Chauhan2017-04-041-2/+3
* style: [E301] expected 1 blank line, found 0Mike Sinkovsky2017-01-111-0/+2
* There are two different kinds of extensions: modules that create newJussi Pakkanen2017-01-091-2/+4
* Create a module return value object.Jussi Pakkanen2017-01-041-1/+4
* style: fix E231 violationsIgor Gnatenko2017-01-011-1/+1
* style: fix E222 violationsIgor Gnatenko2017-01-011-1/+1
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-1/+1
* Merge pull request #1144 from valum-framework/always-add-version-in-pkg-configJussi Pakkanen2016-12-061-4/+3
|\
| * pkgconfig: Raise an error if 'version' is not specifiedGuillaume Poirier-Morency2016-12-051-2/+2
| * pkgconfig: 'Version' must be specified, even if it's emptyGuillaume Poirier-Morency2016-12-051-2/+1
* | pkgconfig: Add a newline after variable declarationsGuillaume Poirier-Morency2016-12-021-0/+1
|/
* Always specify installed data with a File object. Closes #858.Jussi Pakkanen2016-11-181-1/+1
* Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan2016-11-081-2/+2
* pkgconfig: Fix absolute 'libdir' and 'includedir'Guillaume Poirier-Morency2016-10-231-4/+4
* pkgconfig: Accept string for 'libraries' and 'libraries_private'Guillaume Poirier-Morency2016-10-161-11/+14
* pkgconfig: Process private libraries like regular onesGuillaume Poirier-Morency2016-10-161-22/+26
* pkgconfig: Fix typo in 'Libs.private'Guillaume Poirier-Morency2016-10-161-3/+3
* pkgconfig: Add missing 'URL' and 'Conflicts' entriesGuillaume Poirier-Morency2016-10-161-4/+14
* pkgconfig: Rename 'CFlags' for 'Cflags'Guillaume Poirier-Morency2016-10-161-1/+1
* pkgconfig: Prevent trailing spaceGuillaume Poirier-Morency2016-10-161-5/+5
* pkgconfig: Handle library names starting with 'lib'Nirbheek Chauhan2016-10-131-10/+25
* pkgconfig: Only warn for suffix if the filename doesn't start with libNirbheek Chauhan2016-10-121-1/+5
* pkgconfig: Warn if library has name_prefix/suffix setNirbheek Chauhan2016-10-121-3/+11
* module pkgconfig: added install_dir attribute (#776)grindhold2016-09-111-1/+5
* Minor pkgconfig module cleanups (#748)TingPing2016-09-021-3/+0
* Use context manager for file I/O.Elliott Sales de Andrade2016-08-271-29/+33
* Flatten isinstance calls. (#715)Elliott Sales de Andrade2016-08-271-1/+1
* Add custom_install_dir to ld path in pkgconfig moduleIppytraxx2016-06-171-0/+2
* Move MesonException from coredata to mesonlib.Hemmo Nieminen2016-04-011-6/+6
* And private libraries.Jussi Pakkanen2016-03-301-4/+7
* Can set requires manually into generated pc files.Jussi Pakkanen2016-03-301-2/+10
* Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen2016-01-161-0/+82