lirios / shell

:shell: Convergent shell for desktops, phones and tables built with QtQuick, Wayland and Material Design
GNU General Public License v3.0
232 stars 15 forks source link

cmake build generation fails on Liri1WaylandClient #182

Closed ysblokje closed 5 years ago

ysblokje commented 5 years ago

Hi, I am trying to build build the shell on ArchLinux but it fails on

CMake Error at src/helper/CMakeLists.txt:9 (find_package): By not providing "FindLiri1WaylandClient.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Liri1WaylandClient", but CMake did not find one.

I've been trying to search for it but can't find Liri1WaylandClient.cmake either.

plfiorini commented 5 years ago

Added a dep on liri-wayland-git but I didn't have time to do a full build yesterday, so I'm not sure it works now.

ysblokje commented 5 years ago

I did an update of liri-wayland-git and tried to build liri-shell-git and at the very least it build. Thanks.

plfiorini commented 5 years ago

Thanks for testing!