From 53054a31bfb08d43b856532548a56bc516333192 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Wed, 19 Apr 2017 22:06:06 +0200 Subject: [PATCH] Disable and remove libcaption --- debian/copyright | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index de3f00f..900a0f5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,7 @@ Files-Excluded: deps/jansson/* deps/blake2/* deps/lzma/* + deps/libcaption/* plugins/obs-qsv11/* Files: * diff --git a/debian/rules b/debian/rules index 9d7a38c..40f662b 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ override_dh_auto_configure: dh_auto_configure -- \ -DOBS_MULTIARCH_SUFFIX=/$(DEB_HOST_MULTIARCH) \ -DUNIX_STRUCTURE=1 \ - -DENABLE_WIN_UPDATER=0 + -DENABLE_WIN_UPDATER=0 \ + -DBUILD_CAPTIONS=0 override_dh_auto_build: dh_auto_build