error: The type name `Granite.Dialog' could not be found
justineuro opened this issue · 2 comments
justineuro commented
Describe the bug
Build failed.
To Reproduce
git clone https://github.com/avojak/warble.git
meson build --prefix=$HOME/.local/usr
ninja -C build install
- See build fail message (please see attached file: 000ERR.txt)
Expected behavior
Successful build.
Environment (please complete the following information):
- OS Version: Debian GNU/Linux 10
- Warble Version: 1.2.0
ChildishGiant commented
Sounds like you need to install granite https://github.com/elementary/granite
justineuro commented
Thanks for looking into this!