mirror of
https://github.com/leozide/leocad
synced 2025-01-28 19:58:12 +01:00
Added -lX11 to libraries.
This commit is contained in:
parent
6376cbb8ef
commit
5becf6f62b
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ ifeq ($(HAVE_PNGLIB), yes)
|
|||
SRC += common/im_png.cpp
|
||||
endif
|
||||
|
||||
LIBS += -lm -lz
|
||||
LIBS += -lm -lz -lX11
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue