MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux
GNU General Public License v3.0
4.41k stars 92 forks source link

Xinerama extension missing when I run make on Ubuntu 22.04 #61

Closed gnarlin closed 2 years ago

gnarlin commented 2 years ago

src/activate_linux.c:9:10: fatal error: 'X11/extensions/Xinerama.h' file not found

gnarlin commented 2 years ago

Fixed with: sudo apt install libxinerama-dev