mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
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>
This commit is contained in:
parent
d41af6b8f0
commit
e1e681f71b
@ -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)
|
||||
|
@ -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.
|
||||
Description: Build with selinux support.
|
||||
|
@ -2250,7 +2250,7 @@
|
||||
},
|
||||
"glib": {
|
||||
"baseline": "2.52.3",
|
||||
"port-version": 26
|
||||
"port-version": 27
|
||||
},
|
||||
"glibmm": {
|
||||
"baseline": "2.52.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "715922ed1f6f71651f144fbe59d9aab441bd4b10",
|
||||
"version-string": "2.52.3",
|
||||
"port-version": 27
|
||||
},
|
||||
{
|
||||
"git-tree": "4ae9d07c61fa6787bacd9402f61b416843e36867",
|
||||
"version-string": "2.52.3",
|
||||
|
Loading…
Reference in New Issue
Block a user