mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
meson: Use files() for gio sources and headers
This allows them to be fetched with subproject().get_variable(). Needed for generating Gio-2.0.gir in the gobject-introspection meson port.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
xdgmime_sources = [
|
||||
xdgmime_sources = files(
|
||||
'xdgmime.c',
|
||||
'xdgmimealias.c',
|
||||
'xdgmimecache.c',
|
||||
@@ -7,7 +7,7 @@ xdgmime_sources = [
|
||||
'xdgmimeint.c',
|
||||
'xdgmimemagic.c',
|
||||
'xdgmimeparent.c',
|
||||
]
|
||||
)
|
||||
|
||||
xdgmime_lib = static_library('xdgmime',
|
||||
sources : xdgmime_sources,
|
||||
|
Reference in New Issue
Block a user