Revert "Build/Canvas: Vello or Vello CPU feature flags (#41686)"#41698
Revert "Build/Canvas: Vello or Vello CPU feature flags (#41686)"#41698mrobinson merged 1 commit intoservo:mainfrom
Conversation
TimvdLippe
left a comment
There was a problem hiding this comment.
Maybe it should only be a compile error if you specify neither of the two options?
This reverts commit fb239a1. This change makes it impossible to enable both canvas backends at the same time which isn't a problem at all. Signed-off-by: Martin Robinson <[email protected]>
0ab762e to
ed73544
Compare
|
@mrobinson did you see #41686 (comment) as well? I think this PR can be updated to only check for the "none selected" case to fix your issue as well as theirs. |
|
Sorry I missed this. I can make a new PR for only if no one is enabled (it is basically modifying the cfg slightly). Would that be acceptable? |
|
Currently I believe you need at least a single canvas implementation enabled, so we could make this situation impossible by having only a single compilation option that enables |
This reverts commit fb239a1 (#41686).
This change makes it impossible to enable both canvas backends at the
same time which isn't a problem at all.