-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
Is your feature request related to a problem?
There is a new mandatory dependency in the tdesktop 3.3.1 release - libdispatch. Now there is no working libdispatch port on *BSD (on FreeBSD and OpenBSD at least), so we have no simple (i.e. without rolling back libdispatch-related commits) way to build actual versions of tdesktop.
Describe the solution you'd like
As far as I know, libdispatch ports for both OpenBSD and FreeBSD are being worked on, but at this point, being able to build a tdesktop without libdispatch seems like a faster solution.
Describe alternatives you've considered
I'm not sure there are any alternative solutions for this problem. They will appear when libdispatch is successfully ported to OpenBSD/FreeBSD.
Additional context
I am willing to help write a patch to be able to build tdesktop without libdispatch if this solution itself is acceptable to you.