mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
meson: Use proxy-libintl if gettext is not found
This is a stub-only library that can be used while building against MSVC and contains no i18n machinery at all. The dependencies added indirectly use the libintl.h header, and when built as a subproject, the header won't be in a path known the pre-processor.
This commit is contained in:
committed by
Matthias Clasen
parent
fb1f52e32f
commit
ee94ad776e
@@ -10,5 +10,6 @@ giowin32_sources = [
|
||||
giowin32_lib = static_library('giowin32',
|
||||
sources : [giowin32_sources, gioenumtypes_h],
|
||||
include_directories : [configinc, glibinc, gioinc, gmoduleinc],
|
||||
dependencies : [libintl],
|
||||
pic : true,
|
||||
c_args : [ '-DHAVE_CONFIG_H', '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
|
||||
|
Reference in New Issue
Block a user