1
0
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:
Tobias Junghans
2020-10-23 14:59:08 +02:00
parent 60c5d93f20
commit de7050d8b7

View File

@@ -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.