cage-kiosk/cage

doesnt build

Closed this issue · 2 comments

ewof commented
Run-time dependency wlroots found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency wlroots

meson.build:38:17: ERROR: Neither a subproject directory nor a wlroots.wrap file was found.

ive tried with the following packages wlroots wlroots-git wlroots0.17 and i tried building it myself following the instructions at https://gitlab.freedesktop.org/wlroots/wlroots and doing export LIBRARY_PATH=/usr/local/lib and export LD_LIBRARY_PATH=/usr/local/lib and and export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

ewof commented

i had to symlink wlroots-0.19.pc to wlroots.pc

@ewof, I think you could also have cloned the wlroots project in a directory named subprojects/wlroots, checked the branch 0.17 out and done. Look at Meson subprojects for details.