50-libdatachannel.json 556 B

123456789101112131415161718192021
  1. {
  2. "name": "libdatachannel",
  3. "buildsystem": "cmake-ninja",
  4. "config-opts": [
  5. "-DCMAKE_BUILD_TYPE=Release",
  6. "-DNO_EXAMPLES=ON",
  7. "-DNO_TESTS=ON",
  8. "-DNO_WEBSOCKET=ON",
  9. "-DUSE_NICE=ON",
  10. "-DPREFER_SYSTEM_LIB=ON"
  11. ],
  12. "sources": [
  13. {
  14. "type": "git",
  15. "url": "https://github.com/paullouisageneau/libdatachannel.git",
  16. "disable-submodules": true,
  17. "tag": "v0.21.0",
  18. "commit": "9d5c46b8f506943727104d766e5dad0693c5a223"
  19. }
  20. ]
  21. }