diff options
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index a0fcf490ec..8592a23046 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -43,6 +43,9 @@ do_configure_prepend() { | |||
43 | sed -i 's/^find_package(Qt5Widgets QUIET)/#find_package(Qt5Widgets QUIET)/g' ${S}/Source/QtDialog/CMakeLists.txt | 43 | sed -i 's/^find_package(Qt5Widgets QUIET)/#find_package(Qt5Widgets QUIET)/g' ${S}/Source/QtDialog/CMakeLists.txt |
44 | } | 44 | } |
45 | 45 | ||
46 | # Extra flags to pass to cmake invoked by bootstrap | ||
47 | CMAKE_EXTRACONF = "" | ||
48 | |||
46 | do_configure () { | 49 | do_configure () { |
47 | ./configure --prefix=${prefix} | 50 | ./configure --prefix=${prefix} -- ${CMAKE_EXTRACONF} |
48 | } | 51 | } |