diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/glib/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ports/glib/CONTROL | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/glib/CMakeLists.txt b/ports/glib/CMakeLists.txt index 47ebf0f47..e71d66278 100644 --- a/ports/glib/CMakeLists.txt +++ b/ports/glib/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD 11) if(MSVC) add_compile_options(/utf-8) endif() -set(GLIB_DLL_SUFFIX 2) +set(GLIB_DLL_SUFFIX 2.0) set(GLIB_LIB_SUFFIX 2.0) if(CMAKE_BUILD_TYPE STREQUAL Debug) diff --git a/ports/glib/CONTROL b/ports/glib/CONTROL index 915deccd5..fd3219b2d 100644 --- a/ports/glib/CONTROL +++ b/ports/glib/CONTROL @@ -1,10 +1,10 @@ Source: glib Version: 2.52.3 -Port-Version: 26 +Port-Version: 27 Homepage: https://developer.gnome.org/glib/ Description: Portable, general-purpose utility library. Build-Depends: zlib, pcre, libffi, gettext, libiconv Supports: !uwp Feature: selinux -Description: Build with selinux support.
\ No newline at end of file +Description: Build with selinux support. |
