diff options
| author | unknown <vid512@gmail.com> | 2024-09-05 20:56:01 +0200 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-09-21 08:17:41 -0700 |
| commit | 59f6105f7980a7e615df8b2c7700a40d707415a3 (patch) | |
| tree | 0933198cb42738f52a8b438b09c279025e8cf9ce /mesonbuild/dependencies/__init__.py | |
| parent | cbbe455ba4f7da2d9056023d8e8647da96eeaf09 (diff) | |
| download | meson-59f6105f7980a7e615df8b2c7700a40d707415a3.tar.gz | |
add diasdk dependency
Diffstat (limited to 'mesonbuild/dependencies/__init__.py')
| -rw-r--r-- | mesonbuild/dependencies/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/dependencies/__init__.py b/mesonbuild/dependencies/__init__.py index 89d2285ba..a3eb6623f 100644 --- a/mesonbuild/dependencies/__init__.py +++ b/mesonbuild/dependencies/__init__.py @@ -195,6 +195,7 @@ packages.defaults.update({ 'zlib': 'dev', 'jni': 'dev', 'jdk': 'dev', + 'diasdk': 'dev', 'boost': 'boost', 'cuda': 'cuda', |
