Kljunas2 / activate-linux

Activate Linux watermark for Wayland
MIT License
117 stars 8 forks source link

Didn't compile on Ubuntu 22.04 #4

Open gnarlin opened 2 years ago

gnarlin commented 2 years ago

Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing gtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk+-3.0' found Package gtk+-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containinggtk+-3.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gtk+-3.0', required by 'gtk-layer-shell-0', not found mkdir -p bin gcc src/activate_linux.c -o bin/activate-linux In file included from src/activate_linux.c:1: /usr/include/gtk-layer-shell/gtk-layer-shell.h:15:10: fatal error: gtk/gtk.h: No such file or directory 15 | #include <gtk/gtk.h> | ^~~ compilation terminated. make: *** [Makefile:8: activate-linux] Error 1

I already installed: libgtk-layer-shell-dev libgtk-layer-shell0 to try to fix this.

panekj commented 2 years ago

you need libgtk-3-dev