aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-23'name' needs to be 'self.name' in DependencyExceptionippytraxx1-2/+2
2016-07-30find_program: Find scripts without extensions on WindowsNirbheek Chauhan1-25/+62
2016-07-28pkg-config: Print 'NO' when version is too oldNirbheek Chauhan1-8/+12
2016-07-28pkg-config: Move setting of cargs and libs to functionsNirbheek Chauhan1-6/+12
2016-07-28pkg-config: Short-circuit when there's no pkg-config file foundNirbheek Chauhan1-49/+49
2016-07-04dependencies: Add a get_version method to Python3DependencyThibault Saunier1-0/+6
2016-06-24Added version info to sdl2dep. Closes #616.Jussi Pakkanen1-0/+6
2016-06-21wxwidgets: Don't error out if dependency is not required (#606)Nirbheek Chauhan1-3/+4
2016-06-09Ensure cargs and libs variables always exist. Closes #581.Jussi Pakkanen1-4/+2
2016-05-30Also reuse subproject-based fallback dependenciesNirbheek Chauhan1-1/+9
2016-05-29Can query version strings of dependencies.Jussi Pakkanen1-1/+8
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+1
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen1-10/+9
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen1-2/+9
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen1-2/+10
2016-02-21Can build Python extension on OSX.Jussi Pakkanen1-0/+9
2016-02-21Extract python3 dependency information from the current process if it is not ...Jussi Pakkanen1-0/+39
2016-02-14Can ask pkg-config to provide static libraries. Closes #380.Jussi Pakkanen1-2/+8
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+1120