Open stolk opened 1 year ago
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>
I used
-Dxwayland=false
yet, it still tries to use xwayland headers: