aboutsummaryrefslogtreecommitdiff
path: root/ports/libxmlpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libxmlpp')
-rw-r--r--ports/libxmlpp/CMakeLists.txt2
-rw-r--r--ports/libxmlpp/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libxmlpp/CMakeLists.txt b/ports/libxmlpp/CMakeLists.txt
index 0ff2f23fe..2a36ed7ba 100644
--- a/ports/libxmlpp/CMakeLists.txt
+++ b/ports/libxmlpp/CMakeLists.txt
@@ -4,7 +4,7 @@ project(libxmlpp)
set(CMAKE_CXX_STANDARD 17)
find_path(GLIBMM_INCLUDE_DIR NAMES glibmm.h)
-find_library(GLIBMM_LIBRARY NAMES glibmm)
+find_library(GLIBMM_LIBRARY NAMES glibmm glibmm-2.0)
find_library(GIOMM_LIBRARY NAMES giomm)
find_library(GLIB_LIBRARY NAMES glib glib-2.0)
find_library(GIO_LIBRARY NAMES gio gio-2.0)
diff --git a/ports/libxmlpp/CONTROL b/ports/libxmlpp/CONTROL
index b737bde3c..0c76b120c 100644
--- a/ports/libxmlpp/CONTROL
+++ b/ports/libxmlpp/CONTROL
@@ -1,5 +1,5 @@
Source: libxmlpp
Version: 2.40.1
-Port-Version: 6
+Port-Version: 7
Description: a C++ wrapper for the libxml XML parser library.
Build-Depends: libxml2, glibmm