aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-14Only add src_include_dir if it has been defined.Jussi Pakkanen1-1/+2
2016-11-13Merge pull request #1042 from centricular/fix-qt4-testcase-qtwidgetsJussi Pakkanen1-15/+29
2016-11-13GTest and GMock changed their entire project layout on 1.8.0. Again. Fix it.Jussi Pakkanen1-9/+17
2016-11-13qt: Fix qmake detection on Linux and WindowsNirbheek Chauhan1-15/+29
2016-11-12vala: Implement valac.find_libraryNirbheek Chauhan1-12/+20
2016-11-11qt deps: New abstract impl and several fixesNirbheek Chauhan1-79/+121
2016-10-23Add repr() implementation for Dependency()Nirbheek Chauhan1-0/+4
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen1-3/+5
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier1-17/+23
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan1-5/+10
2016-10-13dependencies: Use a wrapper for calling pkg-configNirbheek Chauhan1-22/+19
2016-10-10dependencies: Fix traceback always setting 'variable'Thibault Saunier1-0/+1
2016-09-27dependencies/boost: Fix 32-bit vs 64-bit on WindowsNirbheek Chauhan1-3/+14
2016-09-27dependencies/boost: Require BOOST_ROOT while cross-compilingNirbheek Chauhan1-0/+7
2016-09-04Prefer pkg-config to sdl2-config.Jussi Pakkanen1-10/+12
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-11/+14
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