mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 15:06:22 +00:00
chore: support building libstrophe as a subproject
Allow building the latest libstrophe from upstream Git automatically when -Dforce_fallback_for=libstrophe is passed. Default to find and link against system-provided libstrophe stays the same. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
### Build Options
|
||||
Meson requires features to be **explicitly enabled**. Nothing is auto-enabled; if you want a feature, you must pass the corresponding `-Doption=enabled` flag.
|
||||
|
||||
The system libstrophe is used by default; if you instead want to automatically download and link against libstrophe HEAD from upstream Git, provide `-Dforce_fallback_for=libstrophe` flag.
|
||||
|
||||
| Feature | Description | Meson option |
|
||||
| :--- | :--- | :--- |
|
||||
| **Notifications** | Desktop notifications support | `-Dnotifications=enabled` |
|
||||
|
||||
Reference in New Issue
Block a user