linuxmint / cinnamon-control-center

A collection of configuration plugins used in cinnamon-settings
GNU General Public License v2.0
62 stars 65 forks source link

meson: fix regression in installing with some panels disabled #290

Closed eli-schwartz closed 2 years ago

eli-schwartz commented 2 years ago

In commit ca95ce7dfc4872ecef88b0074d2bee8f097d0394 some symlink creation is handled for all panels, without first checking whether those panels are installed.

Make sure to only try installing those symlinks if their accompanying options/dependencies are enabled/found.

Fixes #289