1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

Meson: plugins: quickopen: refactorings

This commit is contained in:
Sébastien Wilmet 2024-06-26 22:38:33 +02:00
parent c656474470
commit fcdfee90c7

View File

@ -1,9 +1,6 @@
install_subdir(
'quickopen',
install_dir: join_paths(
pkglibdir,
'plugins',
)
install_dir: get_option('libdir') / 'gedit/plugins',
)
custom_target(
@ -12,8 +9,5 @@ custom_target(
output: 'quickopen.plugin',
command: msgfmt_plugin_cmd,
install: true,
install_dir: join_paths(
pkglibdir,
'plugins',
)
install_dir: get_option('libdir') / 'gedit/plugins',
)