From 14e97350fe8ca68ed4ef8c01cbca02ae3bca51a1 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Wed, 14 Aug 2024 16:13:57 +0200 Subject: [PATCH] build: prefer wlroots 0.19 On master branch we develop against the next wlroots version. --- cmake/modules/Findwlroots.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/Findwlroots.cmake b/cmake/modules/Findwlroots.cmake index 11387bb6d..59aeb7bac 100644 --- a/cmake/modules/Findwlroots.cmake +++ b/cmake/modules/Findwlroots.cmake @@ -23,7 +23,7 @@ #============================================================================== find_package(PkgConfig) -pkg_search_module(PKG_wlroots wlroots-0.18) +pkg_search_module(PKG_wlroots wlroots-0.19 wlroots-0.18) set(wlroots_VERSION ${PKG_wlroots_VERSION}) set(wlroots_INCLUDE_DIRS ${PKG_wlroots_INCLUDE_DIRS})