mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 15:56:35 +01:00
update makefile checks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Variables for X11 support
|
||||
X11_LIBS = x11
|
||||
X11_CFLAGS = -D_X11
|
||||
X11_CFLAGS = -DX11
|
||||
|
||||
# Check if we can build X11 support
|
||||
CHECK_X11_LIBS = $(shell pkg-config --exists $(X11_LIBS) || echo -n "error")
|
||||
|
||||
Reference in New Issue
Block a user