modules/gnome: use `install_dir = []` instead of false

pull/9667/head
Dylan Baker 3 years ago committed by Nirbheek Chauhan
parent 5066751b57
commit e557fb44d6
  1. 2
      mesonbuild/modules/gnome.py

@ -1458,7 +1458,7 @@ class GnomeModule(ExtensionModule):
c_kwargs = custom_kwargs.copy()
# Never install the C file. Complain on bug tracker if you need it.
c_kwargs['install'] = False
c_kwargs['install_dir'] = False
c_kwargs['install_dir'] = []
if h_template is not None:
if 'depends' in custom_kwargs:
c_kwargs['depends'] += [h_target]

Loading…
Cancel
Save