Merge pull request #172280 from Mindavi/fltk/cross
fltk: support cross-compilation
This commit is contained in:
commit
6e45ca94ce
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
, doxygen
|
, doxygen
|
||||||
, graphviz
|
, graphviz
|
||||||
|
|
||||||
, withExamples ? true
|
, withExamples ? (stdenv.buildPlatform == stdenv.hostPlatform)
|
||||||
, withShared ? true
|
, withShared ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -139,6 +139,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# Examples & Tests
|
# Examples & Tests
|
||||||
"-DFLTK_BUILD_EXAMPLES=${onOff withExamples}"
|
"-DFLTK_BUILD_EXAMPLES=${onOff withExamples}"
|
||||||
|
"-DFLTK_BUILD_TEST=${onOff withExamples}"
|
||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
"-DOPTION_BUILD_HTML_DOCUMENTATION=${onOff withDocs}"
|
"-DOPTION_BUILD_HTML_DOCUMENTATION=${onOff withDocs}"
|
||||||
|
|
Loading…
Reference in a new issue