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>
This commit is contained in:
Marc Ferland
2025-10-28 08:54:35 -04:00
committed by Khem Raj
parent 7674c075da
commit 64f21f2ef8
@@ -22,7 +22,7 @@ PACKAGECONFIG ??= " \
EXTRA_OECMAKE = " \
-DRDTK_FORCE_STATIC_BUILD=ON \
-DUWAC_FORCE_STATIC_BUILD=ON \
-DWITH_ADD=ON \
-DWITH_AAD=ON \
-DWITH_BINARY_VERSIONING=ON \
-DWITH_CHANNELS=ON \
-DWITH_CLIENT_CHANNELS=ON \