libopenshot: enable for ppc64le

This commit is contained in:
q66 2019-01-27 03:11:29 +01:00 committed by maxice8
parent d1e62c288a
commit 5244925537

View file

@ -2,8 +2,8 @@
pkgname=libopenshot
version=0.2.2
revision=2
only_for_archs="i686 x86_64 ppc64le"
build_style=cmake
only_for_archs="i686 x86_64"
pycompile_module="openshot.py"
configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1
hostmakedepends="swig doxygen ruby python3"