-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pam option not showing for Xvnc when compiling for iOS. #1238
Comments
Yes, please check the top level CMakeLists.txt. We don't enable it on Apple systems as they don't use X11 and hence building the server isn't really useful. So I'm curious to know what your use case is? |
And where would this file be located? Edit: I've also forked this Github and tried to remove as much as I could find. |
… On Tue, May 4, 2021 at 10:35 AM Gymxo ***@***.***> wrote:
And where would this file be located?
I've gone through and tried to remove/change all the "if Unix" to "if
Apple"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45M3OFUOT24RQICNMKONTTMAAYLANCNFSM43B2WL3Q>
.
|
https://github.com/Gymxo/tigervnc/blob/master/CMakeLists.txt#L266 |
For I've made a patch regarding that here https://github.com/ProcursusTeam/Procursus/blob/32b189929da83bb47e394d74d14a4795eeff2210/build_patch/tigervnc/0001-Update-CMakeLists.txt.patch |
I think you will probably have to drill down and look at some of the lower
level CMakeLists.txt files. IE: line 78 in
https://github.com/TigerVNC/tigervnc/blob/master/common/rfb/CMakeLists.txt
…On Tue, May 4, 2021 at 10:49 AM Gymxo ***@***.***> wrote:
For I've made a patch regarding that here
https://github.com/ProcursusTeam/Procursus/blob/32b189929da83bb47e394d74d14a4795eeff2210/build_patch/tigervnc/0001-Update-CMakeLists.txt.patch
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1238 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB45M3NJ3ATZD4C7XOKS5BDTMACNHANCNFSM43B2WL3Q>
.
|
I have created a fork of this GitHub and then removed all the limitations to make Xvnc compile for iOS. Even though I’ve changed all the options I could to make patches, I still don’t have the option for it. Is there any spots that make the pam option Unix specific?
The text was updated successfully, but these errors were encountered: