aboutsummaryrefslogtreecommitdiff
path: root/ports/libxmlpp
diff options
context:
space:
mode:
authorHrOokami <4591995+faserg1@users.noreply.github.com>2020-12-28 23:32:51 +0300
committerGitHub <noreply@github.com>2020-12-28 12:32:51 -0800
commitc34633609277a38a0dbea8994cd95692afa8cff7 (patch)
treeb239bef8f320c93c07444fcf04a9ea0bfaaab408 /ports/libxmlpp
parent0a87565968624826e8c941cf77ea7788c36f05c3 (diff)
downloadvcpkg-c34633609277a38a0dbea8994cd95692afa8cff7.tar.gz
vcpkg-c34633609277a38a0dbea8994cd95692afa8cff7.zip
[GLIBMM] Installing .pc file (#14988)
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