calligra: use make explicitly
This commit is contained in:
parent
fecf0d1243
commit
765ddc76c6
|
@ -5,6 +5,7 @@ revision=2
|
|||
build_style=cmake
|
||||
configure_args="-Wno-dev -DCALLIGRA_SHOULD_BUILD_UNMAINTAINED=ON
|
||||
-DBUILD_TESTING=OFF"
|
||||
make_cmd=make
|
||||
hostmakedepends="perl pkg-config extra-cmake-modules gettext"
|
||||
makedepends="akonadi-contacts-devel akonadi5-devel ecm-devel eigen3.2
|
||||
exiv2-devel kactivities5-devel gsl-devel qt5-declarative-devel
|
||||
|
@ -30,6 +31,8 @@ replaces="calligra-braindump>=0 calligra-flow>=0"
|
|||
build_options="webengine"
|
||||
desc_option_webengine="Use Qt5 WebEngine for Calligra Gemini"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||
# webengine does not cross-build from 64bit to 32bit, use webkit
|
||||
if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||
|
|
Loading…
Reference in New Issue