mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
Fix the meson build
This commit is contained in:
parent
f54aca20ee
commit
aa1fb13451
@ -141,6 +141,7 @@ gtk_public_sources = files([
|
||||
'gtkdragsource.c',
|
||||
'gtkdrawingarea.c',
|
||||
'gtkeditable.c',
|
||||
'gtkemojichooser.c',
|
||||
'gtkentry.c',
|
||||
'gtkentrybuffer.c',
|
||||
'gtkentrycompletion.c',
|
||||
@ -845,6 +846,7 @@ endif
|
||||
gtk_settings_schemas = [
|
||||
'org.gtk.Settings.FileChooser.gschema.xml',
|
||||
'org.gtk.Settings.ColorChooser.gschema.xml',
|
||||
'org.gtk.Settings.EmojiChooser.gschema.xml',
|
||||
'org.gtk.Settings.Debug.gschema.xml',
|
||||
]
|
||||
install_data(gtk_settings_schemas, install_dir: gtk_schemasdir)
|
||||
|
Loading…
Reference in New Issue
Block a user