mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
gio: Don't bundle gtrace in static builds
They're already in the libglib.a file and it prevents the build from completing.
This commit is contained in:
@@ -581,9 +581,12 @@ gio_sources = files(
|
|||||||
'gzlibdecompressor.c',
|
'gzlibdecompressor.c',
|
||||||
'glistmodel.c',
|
'glistmodel.c',
|
||||||
'gliststore.c',
|
'gliststore.c',
|
||||||
'../glib/gtrace.c',
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if get_option('default_library') != 'static'
|
||||||
|
gio_sources += files ('../glib/gtrace.c')
|
||||||
|
endif
|
||||||
|
|
||||||
gio_sources += appinfo_sources
|
gio_sources += appinfo_sources
|
||||||
gio_sources += contenttype_sources
|
gio_sources += contenttype_sources
|
||||||
gio_sources += gdbus_daemon_sources
|
gio_sources += gdbus_daemon_sources
|
||||||
|
Reference in New Issue
Block a user