bugaevc / wl-clipboard

Command-line copy/paste utilities for Wayland
GNU General Public License v3.0
1.62k stars 60 forks source link

wayland-scanner should not be native: true #211

Open bugaevc opened 9 months ago

bugaevc commented 9 months ago

Need to double-check this, but I must have misunderstood what the native: true argument does. I thought it causes find_program() to look for a program whose host is same as the build machine, but looks like it rather looks for a version whose target is the same as the build machine (and the host is too, which is implied). IOW you need this when looking up a tool to generate code for the build machine and not the host machine.