protocol/meson.build: search path for wayland-scanner if not found using pkg-config
Compare changes
+ 6
− 1
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
This should improve cross compilation reliability.
I guess this line needs to move into the else-branch as well.
Or should, if we didn't use
dep_scanner
to check the version. sighThe version check would have to be changed to rely on
wayland-scanner -v
output instead ofwayland-scanner.pc
. That works for both cases.Hmm, so should I leave this as is for now?
It would not be quite right to leave it as is if we find the scanner by any other means than from the .pc file.