milgra / sov

An overlay that shows schemas for all workspaces to make navigation in sway easier.
GNU General Public License v3.0
324 stars 14 forks source link

meson: fix concatenation str to list #7

Closed c1ttim closed 2 years ago

c1ttim commented 2 years ago

I got an error when I was trying to build an app: meson.build:93:0: ERROR: Invalid use of addition: can only concatenate list (not "str") to list

meson version: 0.59.4 platform: Fedora 35

So, I did a fix and share it with you.

milgra commented 2 years ago

cool, thank you very much!