mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 08:53:39 +02:00
Also remove headers from some gio sources. Headers do not need to be added to the list of sources. + various smaller self-explanatory fixes.
4 lines
194 B
Meson
4 lines
194 B
Meson
option('with-docs', type : 'boolean', value : false)
|
|
option('with-man', type : 'boolean', value : true)
|
|
option('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')
|