gio: Install empty glib gio modules dir on install

This requires to keep the relative path around not to have to play with
paths too much at python level.
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-24 20:31:45 +02:00
parent e11bf10eac
commit e955cd4842

View File

@ -9,9 +9,10 @@ gio_c_args_internal = [
'-DGIO_COMPILATION',
]
gio_includedir = glib_includedir / 'gio'
# Install empty glib_giomodulesdir
install_emptydir(glib_giomodulesdir)
# FIXME: Install empty glib_giomodulesdir
gio_includedir = glib_includedir / 'gio'
gnetworking_h_conf = configuration_data()