From e7d8101776e877a41159a604bedaf72c6afc3eb6 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 1 Jun 2024 15:16:29 +0200 Subject: [PATCH] enable several options, there is no need to disable them Signed-off-by: Toshaan Bharvani --- SPECS/freerdp.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SPECS/freerdp.spec b/SPECS/freerdp.spec index 1e0ae99..02a92ed 100644 --- a/SPECS/freerdp.spec +++ b/SPECS/freerdp.spec @@ -20,11 +20,11 @@ %global _with_static_uwac 1 # Disable unwanted dependencies for RHEL -%{!?rhel:%global _with_aad 1} -%{!?rhel:%global _with_pkcs11 1} -%{!?rhel:%global _with_sdl_client 1} -%{!?rhel:%global _with_soxr 1} -%{!?rhel:%global _with_uriparser 1} +%global _with_aad 1 +%global _with_pkcs11 1 +%global _with_sdl_client 1 +%global _with_soxr 1 +%global _with_uriparser 1 # Disable support for AAD WebView popup since it uses webkit2gtk-4.0 #global _with_webview 1