-
Notifications
You must be signed in to change notification settings - Fork 5
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
undefined reference to `xdg_popup_interface' #2
Comments
Same here with Debian 10. I've got libweston-5 installed. |
Same on Void Linux with libweston-9 installed. |
Yeah this is happening to me, I have no idea why. I tried adding WAYLAND_PROTOCOLS_LIBS to the Makefile.am in both the src and protocols directory, it made no difference. Surely as long as I have wayland-protocols, this shouldn't be happening? |
The xdg_popup_interface thing, that is. I haven't touched the meson.build in a long time, I'm using autotools. |
It looks like on Ubuntu 22.04 that you need to install Or at least, it made the error go away when I run |
I also got stuck in the |
On Arch Linux I get this error. I have weston 6.0.1 installed and used
./autogen.sh --prefix=/usr
. When meson is used instead it complains about "libweston-4" not found.The text was updated successfully, but these errors were encountered: