Detect X11 and Motif library in daca
This commit is contained in:
parent
1066ef87e5
commit
8078890b1b
|
@ -230,6 +230,8 @@ def scanPackage(workPath, cppcheck, jobs):
|
|||
libraries += ' --library=zlib'
|
||||
if hasInclude('temp', ['<gtk/gtk.h>', '<glib.h>', '<glib/']):
|
||||
libraries += ' --library=gtk'
|
||||
if hasInclude('temp', ['<X11/', '<Xm/']):
|
||||
libraries += ' --library=motif'
|
||||
# if hasInclude('temp', ['<boost/']):
|
||||
# libraries += ' --library=boost'
|
||||
options = jobs + libraries + ' --library=gnu -D__GCC__ --check-library --inconclusive --enable=style,information --platform=unix64 --template=daca2 -rp=temp temp'
|
||||
|
|
Loading…
Reference in New Issue