mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
cmake/kwineffects: parametrise version and fix build
This commit is contained in:
parent
eb03fe8c94
commit
373f298451
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ pkg_check_modules(GIO gio-2.0 REQUIRED IMPORTED_TARGET)
|
|||
find_package(KF6KirigamiAddons 0.6 REQUIRED)
|
||||
find_package(epoxy REQUIRED)
|
||||
find_package(XCB REQUIRED COMPONENTS XCB)
|
||||
find_package(KWinEffects 5.27.0 REQUIRED COMPONENTS
|
||||
find_package(KWinEffects ${PROJECT_VERSION} REQUIRED COMPONENTS
|
||||
kwineffects
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue