Skip to content

Commit

Permalink
build: prefer wlroots 0.19
Browse files Browse the repository at this point in the history
On master branch we develop against the next wlroots version.
  • Loading branch information
romangg committed Aug 15, 2024
1 parent bd49bb5 commit 14e9735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/Findwlroots.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 14e9735

Please sign in to comment.