[glib] fix build error for x64-linux-dynamic (#17117)

* [cairo] Add pkgconfig file

* [cairo] Add pkgconfig file
This commit is contained in:
kwiechen 2021-04-09 18:57:32 +02:00 committed by GitHub
parent c739e82bec
commit 326425d8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -2250,7 +2250,7 @@
},
"glib": {
"baseline": "2.52.3",
"port-version": 25
"port-version": 26
},
"glibmm": {
"baseline": "2.52.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4ae9d07c61fa6787bacd9402f61b416843e36867",
"version-string": "2.52.3",
"port-version": 26
},
{
"git-tree": "5cadd8fd83d64bc11b551994268c796eabf629b6",
"version-string": "2.52.3",