libhttpseverywhere_no_rulesets_target.patch 529 B

12345678910111213141516171819202122
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 44d162a..10b1e58 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -92,16 +92,6 @@ add_definitions(-w)
  6. add_library("httpseverywhere" SHARED ${VALA_LIB_C})
  7. -add_custom_target(rulesets ALL
  8. - COMMAND
  9. - git submodule init
  10. - COMMAND
  11. - git submodule update
  12. - COMMENT
  13. - "Fetching Rulesets"
  14. -)
  15. -
  16. -
  17. add_custom_target(typelib ALL
  18. COMMAND
  19. g-ir-compiler --shared-library=libhttpseverywhere.so HTTPSEverywhere-${VERSION}.gir