mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gio: Include sysprof tracing support
Include gtrace.c in the sources, so we can use the same g_trace_ apis in GIO when sysprof support is enabled.
This commit is contained in:
parent
d4cb76f3d3
commit
89d45c7f6a
@ -577,6 +577,7 @@ gio_sources = files(
|
||||
'gzlibdecompressor.c',
|
||||
'glistmodel.c',
|
||||
'gliststore.c',
|
||||
'../glib/gtrace.c',
|
||||
)
|
||||
|
||||
gio_sources += appinfo_sources
|
||||
@ -791,7 +792,7 @@ libgio = library('gio-2.0',
|
||||
# '$(gio_win32_res_ldflag)',
|
||||
dependencies : [libz_dep, libdl_dep, libmount_dep, libglib_dep,
|
||||
libgobject_dep, libgmodule_dep, selinux_dep, xattr_dep,
|
||||
platform_deps, network_libs],
|
||||
platform_deps, network_libs, libsysprof_capture_dep],
|
||||
c_args : gio_c_args,
|
||||
objc_args : gio_c_args,
|
||||
# intl.lib is not compatible with SAFESEH
|
||||
|
Loading…
Reference in New Issue
Block a user