mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 19:36:37 +08:00
[glib] fix build error for x64-linux-dynamic (#17117)
* [cairo] Add pkgconfig file * [cairo] Add pkgconfig file
This commit is contained in:
parent
c739e82bec
commit
326425d8ff
@ -181,7 +181,7 @@ endif()
|
||||
# gmodule
|
||||
add_library(gmodule gmodule/gmodule.c)
|
||||
target_compile_definitions(gmodule PRIVATE G_LOG_DOMAIN="GModule")
|
||||
target_link_libraries(gmodule PRIVATE glib ${Intl_LIBRARIES})
|
||||
target_link_libraries(gmodule PRIVATE glib ${CMAKE_DL_LIBS} ${Intl_LIBRARIES})
|
||||
target_include_directories(gmodule PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/gmodule>)
|
||||
target_include_directories(gmodule PRIVATE ${Intl_INCLUDE_DIRS} PUBLIC $<INSTALL_INTERFACE:include>)
|
||||
list(APPEND GLIB_TARGETS gmodule)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Source: glib
|
||||
Version: 2.52.3
|
||||
Port-Version: 25
|
||||
Port-Version: 26
|
||||
Homepage: https://developer.gnome.org/glib/
|
||||
Description: Portable, general-purpose utility library.
|
||||
Build-Depends: zlib, pcre, libffi, gettext, libiconv
|
||||
|
@ -2250,7 +2250,7 @@
|
||||
},
|
||||
"glib": {
|
||||
"baseline": "2.52.3",
|
||||
"port-version": 25
|
||||
"port-version": 26
|
||||
},
|
||||
"glibmm": {
|
||||
"baseline": "2.52.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4ae9d07c61fa6787bacd9402f61b416843e36867",
|
||||
"version-string": "2.52.3",
|
||||
"port-version": 26
|
||||
},
|
||||
{
|
||||
"git-tree": "5cadd8fd83d64bc11b551994268c796eabf629b6",
|
||||
"version-string": "2.52.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user