summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-12 19:04:21 +0100
committerSam James <sam@gentoo.org>2023-06-12 19:04:21 +0100
commit4c31e1aa3cfc5b08925e62c188e097a5d0423765 (patch)
treeac46a5161e31c6fabaa78c44a49a7d382ad1f762 /media-libs/mlt
parentmedia-libs/mlt: add 7.16.0 (diff)
downloadgentoo-4c31e1aa3cfc5b08925e62c188e097a5d0423765.tar.gz
gentoo-4c31e1aa3cfc5b08925e62c188e097a5d0423765.tar.bz2
gentoo-4c31e1aa3cfc5b08925e62c188e097a5d0423765.zip
media-libs/mlt: disable clang-format
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/mlt')
-rw-r--r--media-libs/mlt/mlt-7.16.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mlt/mlt-7.16.0.ebuild b/media-libs/mlt/mlt-7.16.0.ebuild
index 3e882d7b38e5..b26754c92e32 100644
--- a/media-libs/mlt/mlt-7.16.0.ebuild
+++ b/media-libs/mlt/mlt-7.16.0.ebuild
@@ -103,6 +103,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=ON
+ -DCLANG_FORMAT=OFF
-DGPL=ON
-DGPL3=ON
-DBUILD_TESTING=$(usex test)