Skip to content
Commit d5397729 authored by Iñigo Martínez's avatar Iñigo Martínez Committed by Bastien Nocera
Browse files

build: Remove desktop generation duplicated commands

Every plugin generate an autostart desktop file, except `common`
and `dummy` that are special cases.

This desktop file generation is duplicated among the different
plugin's build files.

This code has been moved to the build file in the `plugins`
directory, avoiding any code duplication.

The downside of this is that meson is not able to generate files
in a different directory, so all the files will be generated in
the `plugin` directory, outside of the each plugin's directory.

This is something that it's worked on in a different feature and
it might be merged in the future.

See https://github.com/mesonbuild/meson/pull/2617

https://bugzilla.gnome.org/show_bug.cgi?id=793087
parent f06b1c3c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment