fltk14: disable pango if cairo is disabled
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
withCairo ? true,
|
||||
cairo,
|
||||
|
||||
withPango ? withXorg,
|
||||
# pango depends on Xft, and implicitly enables cairo.
|
||||
# So only enable pango if cairo is enabled too.
|
||||
withPango ? withXorg && withCairo,
|
||||
pango,
|
||||
|
||||
withDocs ? true,
|
||||
|
||||
Reference in New Issue
Block a user