mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 00:35:58 +01:00
thing
This commit is contained in:
parent
fa8598ed08
commit
30457c3336
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pkg_check_modules(
|
||||||
hyprwayland-scanner>=0.4.2)
|
hyprwayland-scanner>=0.4.2)
|
||||||
|
|
||||||
# check whether we can find sdbus-c++ through pkg-config
|
# check whether we can find sdbus-c++ through pkg-config
|
||||||
pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++)
|
pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++>=2.0.0)
|
||||||
if(NOT SDBUS_FOUND)
|
if(NOT SDBUS_FOUND)
|
||||||
include_directories("subprojects/sdbus-cpp/include/")
|
include_directories("subprojects/sdbus-cpp/include/")
|
||||||
add_subdirectory(subprojects/sdbus-cpp EXCLUDE_FROM_ALL)
|
add_subdirectory(subprojects/sdbus-cpp EXCLUDE_FROM_ALL)
|
||||||
|
|
Loading…
Reference in a new issue