compositor: Fail on invalid transform for headless
As in aaf35586, we want to fail when we are passed an invalid transform name, not just blindly configure on using the normal transform. The previous commit missed the callsite from the headless backend's command-line parsing.
Fix this so that headless fails when an invalid transform is specified on the command line.
Signed-off-by: Daniel Stone daniels@collabora.com