mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-10-29 18:46:48 +01:00
Merge branch 'pr/fix_install_tags' into 'main'
meson: fix `gnetworking.h` install tag See merge request GNOME/glib!3561
This commit is contained in:
commit
fcba22cfb9
@ -173,6 +173,7 @@ gnetworking_h_conf.set('NAMESER_COMPAT_INCLUDE', gnetworking_h_nameser_compat_in
|
|||||||
gnetworking_h = configure_file(input : 'gnetworking.h.in',
|
gnetworking_h = configure_file(input : 'gnetworking.h.in',
|
||||||
output : 'gnetworking.h',
|
output : 'gnetworking.h',
|
||||||
install_dir : gio_includedir,
|
install_dir : gio_includedir,
|
||||||
|
install_tag : 'devel',
|
||||||
configuration : gnetworking_h_conf)
|
configuration : gnetworking_h_conf)
|
||||||
|
|
||||||
gdbus_headers = files(
|
gdbus_headers = files(
|
||||||
|
Loading…
Reference in New Issue
Block a user