Added -lX11 to libraries.

This commit is contained in:
leo 2013-01-24 22:23:35 +00:00
parent 6376cbb8ef
commit 5becf6f62b

View file

@ -16,5 +16,5 @@ ifeq ($(HAVE_PNGLIB), yes)
SRC += common/im_png.cpp
endif
LIBS += -lm -lz
LIBS += -lm -lz -lX11