net-im/abaddon: Bump to 0.1.2

This also removes dev-cpp/simpleini as a dependency, since upstream no
longer depends on SimpleIni starting with this release.

The minimum required version for net-libs/ixwebsocket has been lowered
according roughly to the commit that is currently used in upstream's
submodule.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
This commit is contained in:
Adrian Schollmeyer
2021-11-28 14:50:27 +01:00
parent 881c1489c5
commit 1663e7bd10
3 changed files with 3 additions and 30 deletions

View File

@@ -1,22 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 638be3e..ea76f4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,11 +23,7 @@ if (NOT IXWebSocket_FOUND)
endif()
add_compile_definitions(SI_NO_CONVERSION) # only CSimpleIniA is used
-find_package(simpleini QUIET)
-if (NOT simpleini_FOUND)
- message("simpleini was not found and will be included as a submodule")
- include_directories(thirdparty/simpleini)
-endif()
+include_directories(/usr/include/simpleini)
if(MINGW OR WIN32)
link_libraries(ws2_32)
@@ -103,3 +99,4 @@ target_link_libraries(abaddon ${GTKMM_LIBRARIES})
target_link_libraries(abaddon ${CURL_LIBRARIES})
target_link_libraries(abaddon ${ZLIB_LIBRARY})
target_link_libraries(abaddon ${NLOHMANN_JSON_LIBRARIES})
+target_link_libraries(abaddon simpleini)