diff options
| author | kwiechen <kwiechen1@gmail.com> | 2021-04-12 20:13:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 11:13:39 -0700 |
| commit | e1e681f71b219b5673023dfe045e737955554897 (patch) | |
| tree | 12175cf8579a3bc0dd9f1f6c57afa07305c9d898 /ports | |
| parent | d41af6b8f00b5d5cc4dc12aa259769f9e32d3369 (diff) | |
| download | vcpkg-e1e681f71b219b5673023dfe045e737955554897.tar.gz vcpkg-e1e681f71b219b5673023dfe045e737955554897.zip | |
sync GLIB_DLL_SUFFIX with pkgconfig (#17197)
* sync GLIB_DLL_SUFFIX with pkgconfig
* Update ports/glib/CONTROL
* update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
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. |
