diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-12-30 22:40:39 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-04 10:00:05 +0100 |
commit | 9a401324f20334ca06c77ea09ab005f9ab7e80dc (patch) | |
tree | 57fb585f5ce03e178db115019dd13604d1ae2bb2 /erebos.cabal | |
parent | 58244ef30fcfb2584c651c23595b36d55b77f5b1 (diff) |
Build discovery service without requiring ICE support
Changelog: Discovery service without requiring ICE support
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index fa000bd..97a95ec 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -98,6 +98,7 @@ library Erebos.Chatroom Erebos.Contact Erebos.Conversation + Erebos.Discovery Erebos.Identity Erebos.Message Erebos.Network @@ -126,7 +127,6 @@ library if flag(ice) exposed-modules: - Erebos.Discovery Erebos.ICE c-sources: src/Erebos/ICE/pjproject.c |