gnif / LookingGlass

An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
GNU General Public License v2.0
4.72k stars 260 forks source link

[client] corrected mistaken constant name #1037

Closed suphan-barzani closed 2 years ago

suphan-barzani commented 2 years ago

I was building the client in my Debian system, and this error came up; I think that the name of the constant was wrong. This change worked for me. I hope it helps.

netboy3 commented 2 years ago

PW_KEY_CONFIG_NAME was declared in Pipewire more than a year ago. Please update your Pipewire version. See Pipewire Source

suphan-barzani commented 2 years ago

Might have to do with an outdated version of Pipewire from Debian's repositories. Thanks!

gnif commented 2 years ago

PW_CORE_NAME is an entirely different property, @netboy3 is correct in that your pipewire is too old.