51 Commits (4e6630690a8394473e2ed1197cb4ceef29a97534)

Author SHA1 Message Date
Jussi Pakkanen 5e4538fe63 Add external dependencies to pc files only if found. Closes #2911. 7 years ago
Xavier Claessens 68eedc8b71 pkgconfig: Rename DepsHolder to DependenciesHelper 7 years ago
Xavier Claessens 49977686b5 pkgconfig: Use the pc file we generated for libraries 7 years ago
Xavier Claessens 9e541a0fff pkgconfig: Avoid duplicated -L flags 7 years ago
Xavier Claessens 1c0570906c pkgconfig: Allow passing Dependency objects to library(_private) 7 years ago
Iñigo Martínez 638077181a pkgconfig: Handle prefix in library path 7 years ago
Nirbheek Chauhan 4fb978e1f7 pkgconfig module: Escape all paths while generating 7 years ago
getzze 6ce42e2ec5 Error for Libs in package_config function 7 years ago
Luke Shumaker 4dbbb4884c flake8: Clean up complained-about unused imports 7 years ago
Alexis Jeandet bf64cf569b Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored. 7 years ago
Matthias Klumpp 61db415d7f d: Make feature names less verbose 7 years ago
Matthias Klumpp 75fdf413e4 Drop feature_args call in favor of letting pkgconfig do this directly 7 years ago
Patrick Griffis 2acf737b4b pkgconfig: Document url keyword 7 years ago
Emmanuele Bassi 381e8313ed Make error message more informative 7 years ago
Laurent Carlier 0283a2fb41 pkgconfig: avoid appending slash at Cflags 7 years ago
Bruce Richardson f12ece4547 pkgconfig: add support for extra_cflags 8 years ago
Jussi Pakkanen 3262be23dc Fixed issues raised in review. 8 years ago
Jussi Pakkanen 80d665e8de Converted some modules. 8 years ago
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation 8 years ago
Nirbheek Chauhan 57cb1f9aad Support multiple install dirs for built/custom targets 8 years ago
Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 8 years ago
Jussi Pakkanen fbabe8ad85 There are two different kinds of extensions: modules that create new 8 years ago
Jussi Pakkanen de24fddbd1 Create a module return value object. 8 years ago
Igor Gnatenko 5693758e46 style: fix E231 violations 8 years ago
Igor Gnatenko ef608f217d style: fix E222 violations 8 years ago
Igor Gnatenko 8268eb4959 tree-wide: remove unused imports 8 years ago
Guillaume Poirier-Morency ff55e848f6 pkgconfig: Raise an error if 'version' is not specified 8 years ago
Guillaume Poirier-Morency 6389e70c11 pkgconfig: 'Version' must be specified, even if it's empty 8 years ago
Guillaume Poirier-Morency bd22c9bdd2 pkgconfig: Add a newline after variable declarations 8 years ago
Jussi Pakkanen a01919976e Always specify installed data with a File object. Closes #858. 8 years ago
Nirbheek Chauhan a2262103fb Implement mlog.warning and use it everywhere for warnings 8 years ago
Guillaume Poirier-Morency f7a60099f6 pkgconfig: Fix absolute 'libdir' and 'includedir' 8 years ago
Guillaume Poirier-Morency bda92b37ee pkgconfig: Accept string for 'libraries' and 'libraries_private' 8 years ago
Guillaume Poirier-Morency 9ebc140832 pkgconfig: Process private libraries like regular ones 8 years ago
Guillaume Poirier-Morency 9429183c1d pkgconfig: Fix typo in 'Libs.private' 8 years ago
Guillaume Poirier-Morency 3090419181 pkgconfig: Add missing 'URL' and 'Conflicts' entries 8 years ago
Guillaume Poirier-Morency a33c5c50f1 pkgconfig: Rename 'CFlags' for 'Cflags' 8 years ago
Guillaume Poirier-Morency e9f66b1930 pkgconfig: Prevent trailing space 8 years ago
Nirbheek Chauhan 814f4909f9 pkgconfig: Handle library names starting with 'lib' 8 years ago
Nirbheek Chauhan 674b520206 pkgconfig: Only warn for suffix if the filename doesn't start with lib 8 years ago
Nirbheek Chauhan d819914af0 pkgconfig: Warn if library has name_prefix/suffix set 8 years ago
grindhold 167deda665 module pkgconfig: added install_dir attribute (#776) 8 years ago
TingPing 0e79664155 Minor pkgconfig module cleanups (#748) 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Elliott Sales de Andrade a2321b24f6 Flatten isinstance calls. (#715) 8 years ago
Ippytraxx 8ea17322e4 Add custom_install_dir to ld path in pkgconfig module 9 years ago
Hemmo Nieminen 336904b553 Move MesonException from coredata to mesonlib. 9 years ago
Jussi Pakkanen 26f647d728 And private libraries. 9 years ago
Jussi Pakkanen c0c9a96c36 Can set requires manually into generated pc files. 9 years ago
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago