Fix a meson warning about concatenating lists and strings

Review Request #2493 — Created June 30, 2023 and submitted

Information

pidgin/pidgin
default

Reviewers

This is actually allowed in newer versions, but this variable should be a list
anyways.

Ran ninja reconfigure and verified that the warning was gone.

Summary ID
Fix a meson warning about concatenating lists and strings
This is actually allowed in newer versions, but this variable should be a list anyways.
4be1fb75993c84cab9cdbfbd7610fba6ac263e56
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

QuLogic
  1. 
      
  2. Note that you could also fix this by making the usage into [x, y, z] instead of x + y + z; Meson will flatten the input lists.

  3. 
      
Loading...