mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-20 08:57:50 +02:00
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:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user