ii8 / havoc

minimal terminal emulator for wayland
Other
103 stars 17 forks source link

Can not build; no rule for xdg-shell.c #23

Closed L-as closed 4 years ago

L-as commented 4 years ago

I get this error: make: *** No rule to make target 'xdg-shell.c', needed by 'xdg-shell.o'. Stop.

I am getting my dependencies from nixpkgs, but building manually.

Any ideas?

ii8 commented 4 years ago

Do you have the wayland-protocols package?

What does pkg-config --variable=datarootdir wayland-protocols output?

L-as commented 4 years ago

Oh, I didn't realize you need pkg-config, thanks!