https://bugs.kde.org/show_bug.cgi?id=498018

--- Comment #6 from Vlad Korol <chocolatemagn...@gmail.com> ---
(In reply to Luigi Toscano from comment #5)
> > (In reply to Luigi Toscano from comment #1)
> > > If you check the code, it already supports FreeRDP 3.
> > > https://invent.kde.org/network/krdc/-/blob/
> > > 40418a0e6f2973a2b561cf2d963627fa1ac8cf3b/CMakeLists.txt#L144
> > > You need to set some configuration settings as described here:
> > > https://invent.kde.org/network/krdc/-/merge_requests/113
> > 
> (In reply to Vlad Korol from comment #2)
> > Thank you a lot for fast response! I am sorry for not seeing it earlier. How
> > do you make it work with kde-builder? I am building with it, and from the
> > looks of it, kde-builder is a wrapper around Cmake. I am new to KDE Plasma
> > development, so could you perhaps orient me how to enable this specific
> > feature? I got this error when building with the command:
> 
> I'm sorry, I don't use kde-builder yet. Have you checked its documentation
> at https://kde-builder.kde.org/ ? 
> I think you should be able to set per-repository options.
> 
> Side note: please note that krdc is not part of Plasma. It is developed by
> the KDE community and shipped as part of the KDE Gear bundle.

Thanks for suggesting! The website is just called `kde.org`, so I thought KDE
issues could be reported here too. I found out there is a fix that allows to
set Cmake options in kde-builder. 

For anyone finding this issue, you can enable FreeRDP version 3 either
globally:

> global
>    cmake-options -DWITH_RDP=OFF -DWITH_RDP3=ON
> end global

or for krdc individually:
> module krdc
>    cmake-options -DWITH_RDP=OFF -DWITH_RDP3=ON
> end module
into your ~/.config/kdesrc-buildrc file.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to