We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used -Dxwayland=false yet, it still tries to use xwayland headers:
-Dxwayland=false
User defined options backend : ninja prefix : /opt/hopalong xwayland: false Found ninja-1.11.0 at /usr/bin/ninja Cleaning... 0 files. [6/22] Compiling C object src/compositor/hopalong.p/hopalong-style.c.o FAILED: src/compositor/hopalong.p/hopalong-style.c.o cc -Isrc/compositor/hopalong.p -Isrc/compositor -I../src/compositor -Isrc/protocols -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/local/include -I/usr/local/include/libdrm -I/usr/include/valgrind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O0 -g -DWLR_USE_UNSTABLE -isystem /usr/include/bsd -DLIBBSD_OVERLAY -pthread -MD -MQ src/compositor/hopalong.p/hopalong-style.c.o -MF src/compositor/hopalong.p/hopalong-style.c.o.d -o src/compositor/hopalong.p/hopalong-style.c.o -c ../src/compositor/hopalong-style.c In file included from ../src/compositor/hopalong-style.c:14: ../src/compositor/hopalong-server.h:37:10: fatal error: wlr/xwayland.h: No such file or directory 37 | #include <wlr/xwayland.h>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used
-Dxwayland=false
yet, it still tries to use xwayland headers:The text was updated successfully, but these errors were encountered: