diff options
| author | Marc Ferland <marc.ferland@sonatest.com> | 2025-10-28 08:54:35 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-28 09:29:03 -0700 |
| commit | 2acb6a772653c798d9b0161d672396b02e18b77c (patch) | |
| tree | c3fec1770cd29563d67a9f79455e394ac5edceda | |
| parent | 61fd552dd2b6bdeed5641cbf6660dc5904ee6a6e (diff) | |
| download | meta-openembedded-2acb6a772653c798d9b0161d672396b02e18b77c.tar.gz | |
freerdp3: fix typo WITH_ADD --> WITH_AAD
The WITH_ADD option does not exist. What was probably meant is
WITH_AAD (Azure AD auth).
Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb index ace07798e0..ae87bd0925 100644 --- a/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb +++ b/meta-oe/recipes-support/freerdp/freerdp3_3.17.2.bb | |||
| @@ -22,7 +22,7 @@ PACKAGECONFIG ??= " \ | |||
| 22 | EXTRA_OECMAKE = " \ | 22 | EXTRA_OECMAKE = " \ |
| 23 | -DRDTK_FORCE_STATIC_BUILD=ON \ | 23 | -DRDTK_FORCE_STATIC_BUILD=ON \ |
| 24 | -DUWAC_FORCE_STATIC_BUILD=ON \ | 24 | -DUWAC_FORCE_STATIC_BUILD=ON \ |
| 25 | -DWITH_ADD=ON \ | 25 | -DWITH_AAD=ON \ |
| 26 | -DWITH_BINARY_VERSIONING=ON \ | 26 | -DWITH_BINARY_VERSIONING=ON \ |
| 27 | -DWITH_CHANNELS=ON \ | 27 | -DWITH_CHANNELS=ON \ |
| 28 | -DWITH_CLIENT_CHANNELS=ON \ | 28 | -DWITH_CLIENT_CHANNELS=ON \ |
