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