Browse Source

enable several options, there is no need to disable them

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 6 months ago
parent
commit
e7d8101776
  1. 10
      SPECS/freerdp.spec

10
SPECS/freerdp.spec

@ -20,11 +20,11 @@
%global _with_static_uwac 1 %global _with_static_uwac 1


# Disable unwanted dependencies for RHEL # Disable unwanted dependencies for RHEL
%{!?rhel:%global _with_aad 1} %global _with_aad 1
%{!?rhel:%global _with_pkcs11 1} %global _with_pkcs11 1
%{!?rhel:%global _with_sdl_client 1} %global _with_sdl_client 1
%{!?rhel:%global _with_soxr 1} %global _with_soxr 1
%{!?rhel:%global _with_uriparser 1} %global _with_uriparser 1


# Disable support for AAD WebView popup since it uses webkit2gtk-4.0 # Disable support for AAD WebView popup since it uses webkit2gtk-4.0
#global _with_webview 1 #global _with_webview 1

Loading…
Cancel
Save