diff options
| author | Jonathan Schleifer <js@nil.im> | 2024-04-11 01:46:27 +0200 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-28 03:14:29 -0400 |
| commit | 6c6529337e72812a64ff4a193d1888cc7822de58 (patch) | |
| tree | 7672560e73f02b46d45b1d6569cf7bca3e33505e /mesonbuild/dependencies/__init__.py | |
| parent | 205f09e1b022a71a64eb48e22bb52f76e0da21ef (diff) | |
| download | meson-6c6529337e72812a64ff4a193d1888cc7822de58.tar.gz | |
Add support for depending on ObjFW
This uses objfw-config to get to the flags, however, there's still
several todos that can only be addressed once dependencies can have
per-language flags.
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 abc2e22b2..89d2285ba 100644 --- a/mesonbuild/dependencies/__init__.py +++ b/mesonbuild/dependencies/__init__.py @@ -223,6 +223,7 @@ packages.defaults.update({ 'openssl': 'misc', 'libcrypto': 'misc', 'libssl': 'misc', + 'objfw': 'misc', # From platform: 'appleframeworks': 'platform', |
