Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop dependency on unreleased libwayland version #23

Open
jbeich opened this issue Jan 24, 2024 · 0 comments
Open

Drop dependency on unreleased libwayland version #23

jbeich opened this issue Jan 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jbeich
Copy link

jbeich commented Jan 24, 2024

Probably a remnant from tracking wlroots snapshot. wlmaker builds and works fine on FreeBSD with only system dependencies (except libbase).

downgrade version check
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2e0306..32f70d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,9 +37,9 @@ FIND_PACKAGE(PkgConfig REQUIRED)
 PKG_CHECK_MODULES(CAIRO REQUIRED IMPORTED_TARGET cairo>=1.16.0)
 PKG_CHECK_MODULES(
   WAYLAND REQUIRED IMPORTED_TARGET
-  wayland-client>=1.22.90
+  wayland-client>=1.22.0
   wayland-protocols>=1.31
-  wayland-server>=1.22.90)
+  wayland-server>=1.22.0)
 PKG_GET_VARIABLE(WAYLAND_PROTOCOL_DIR wayland-protocols pkgdatadir)
 PKG_CHECK_MODULES(WLROOTS REQUIRED IMPORTED_TARGET wlroots>=0.17)
 PKG_CHECK_MODULES(XKBCOMMON REQUIRED IMPORTED_TARGET xkbcommon>=1.0.3)  # 1.4.1)
@phkaeser phkaeser added the bug Something isn't working label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants