meson/mesonbuild/dependencies
Dudemanguy 8b3a54e508 dependencies: cleanup kwargs.get('static') usage
In a couple of spots, kwargs.get('static', False) was being
unneccesarily used. In these spots, we can just use self.static instead
which is already inherited from the ExternalDependency. In additional,
the python system dependency oddly has a kwargs.get('static', False)
line which overrides the self.static in that dependency for no real
reason. Delete this line too.
2022-05-03 23:03:56 -04:00
..
data cmake: Always use all compilers for LLVM (fixes #10249) 2022-04-12 18:25:38 -04:00
__init__.py dependencies: extract code to get all leaf dependencies 2022-05-03 02:00:29 -04:00
base.py interpreter: new function add_project_dependencies() 2022-05-03 02:00:29 -04:00
boost.py boost: preserve compiler/linker argument order 2022-03-23 20:46:59 +02:00
cmake.py dependencies: tighten type checking and fix cmake API violation for get_variable 2022-04-13 17:27:09 -04:00
coarrays.py dependencies: drop Dependency.methods and Dependency.get_methods() 2021-07-13 16:43:14 -07:00
configtool.py dependencies: tighten type checking and fix cmake API violation for get_variable 2022-04-13 17:27:09 -04:00
cuda.py Fix typos discovered by codespell 2021-10-10 16:12:25 -04:00
detect.py treewide: string-quote the first argument to T.cast 2022-03-07 19:01:04 -05:00
dev.py cmake: Fix CMake LLVM dependency error (fixes #10322) 2022-05-01 23:45:08 +03:00
dub.py Fix DUB dependencies 2022-03-23 10:21:21 -07:00
factory.py openssl dependency: add cmake support 2022-02-02 07:10:55 -08:00
framework.py dependencies: drop Dependency.methods and Dependency.get_methods() 2021-07-13 16:43:14 -07:00
hdf5.py dependencies: cleanup kwargs.get('static') usage 2022-05-03 23:03:56 -04:00
misc.py dependencies: cleanup kwargs.get('static') usage 2022-05-03 23:03:56 -04:00
mpi.py move base class for system dependencies into base.py 2021-06-17 13:22:25 -04:00
pkgconfig.py Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-files 2022-05-01 00:01:03 +03:00
platform.py dependencies: Use a typing.NewType for Dependency.type_name 2021-06-14 09:09:32 -07:00
qt.py qt dependency: adapt to the qmake command changed name 2022-04-12 20:44:07 -04:00
scalapack.py typing: Rename some variables 2021-06-09 09:46:37 +02:00
ui.py Add wx-config-3.1 provided by mingw-w64-x86_64-wxmsw3.1 2022-02-14 15:48:55 -08:00