diff options
| author | HrOokami <4591995+faserg1@users.noreply.github.com> | 2020-12-28 23:32:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 12:32:51 -0800 |
| commit | c34633609277a38a0dbea8994cd95692afa8cff7 (patch) | |
| tree | b239bef8f320c93c07444fcf04a9ea0bfaaab408 /ports/glib | |
| parent | 0a87565968624826e8c941cf77ea7788c36f05c3 (diff) | |
| download | vcpkg-c34633609277a38a0dbea8994cd95692afa8cff7.tar.gz vcpkg-c34633609277a38a0dbea8994cd95692afa8cff7.zip | |
[GLIBMM] Installing .pc file (#14988)
Diffstat (limited to 'ports/glib')
| -rw-r--r-- | ports/glib/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/glib/CONTROL | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/glib/CMakeLists.txt b/ports/glib/CMakeLists.txt index cc24a2f63..144f11776 100644 --- a/ports/glib/CMakeLists.txt +++ b/ports/glib/CMakeLists.txt @@ -361,6 +361,8 @@ set(prefix ${CMAKE_INSTALL_PREFIX}) set(exec_prefix ${CMAKE_INSTALL_PREFIX}) set(libdir ${CMAKE_INSTALL_PREFIX}/lib) set(includedir ${CMAKE_INSTALL_PREFIX}/include) +set(PCRE_REQUIRES libpcre) +set(LIBFFI_LIBS "-lffi") configure_file("${CMAKE_CURRENT_SOURCE_DIR}/glib-2.0.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/glib-2.0.pc" @ONLY) configure_file("${CMAKE_CURRENT_SOURCE_DIR}/gobject-2.0.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/gobject-2.0.pc" @ONLY) diff --git a/ports/glib/CONTROL b/ports/glib/CONTROL index 8d74d5613..a842f65e8 100644 --- a/ports/glib/CONTROL +++ b/ports/glib/CONTROL @@ -1,6 +1,6 @@ Source: glib Version: 2.52.3 -Port-Version: 23 +Port-Version: 24 Homepage: https://developer.gnome.org/glib/ Description: Portable, general-purpose utility library. Build-Depends: zlib, pcre, libffi, gettext, libiconv |
