mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:41:17 -07:00
pipewire: fix version check
This commit is contained in:
@@ -507,7 +507,7 @@ void PWFrameBuffer::Private::initPw() {
|
||||
}
|
||||
}
|
||||
|
||||
#if !PW_CHECK_VERSION(0, 2, 9)
|
||||
#if !PW_CHECK_VERSION(0, 2, 90)
|
||||
/**
|
||||
* @brief PWFrameBuffer::Private::initializePwTypes - helper method to initialize and map all needed
|
||||
* Pipewire types from core to type structure.
|
||||
|
||||
Reference in New Issue
Block a user