forked from AuroraMiddleware/gtk
Fix location on renamed files
Commit 4152e14e32
renamed a bunch of
files, but did not fix the meson.build file that referenced them.
This commit is contained in:
parent
4152e14e32
commit
aacab81a3e
@ -28,9 +28,9 @@ foreach tool: gtk_tools
|
|||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
# Data to install
|
# Data to install
|
||||||
install_data('gtkbuilder.rng',
|
install_data('gtk4builder.rng',
|
||||||
install_dir: join_paths(gtk_datadir, 'gtk-4.0'))
|
install_dir: join_paths(gtk_datadir, 'gtk-4.0'))
|
||||||
|
|
||||||
install_data('gtkbuilder.loc', 'gtkbuilder.its',
|
install_data('gtk4builder.loc', 'gtk4builder.its',
|
||||||
install_dir: join_paths(gtk_datadir, 'gettext/its'))
|
install_dir: join_paths(gtk_datadir, 'gettext/its'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user