Skip to content

Commit

Permalink
Re-enable obs-websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
mihawk90 committed Sep 29, 2022
1 parent 392cc7a commit 2b69f46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions obs-studio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Name: obs-studio
Version: 28.0.2
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Open Broadcaster Software Studio

License: GPLv2+
Expand Down Expand Up @@ -131,8 +131,6 @@ cmake --install ajalibraries/ajantv2
%cmake -DOBS_VERSION_OVERRIDE=%{version_no_tilde} \
-DUNIX_STRUCTURE=1 -GNinja \
-DBUILD_FOR_PPA=ON \
-DBUILD_BROWSER=OFF \
-DENABLE_WEBSOCKET=OFF \
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
%if ! %{with lua_scripting}
-DDISABLE_LUA=ON \
Expand Down Expand Up @@ -192,6 +190,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/

%changelog
* Fri Sep 30 2022 Tarulia <[email protected]> - 28.0.2-13
- re-enable obs-websocket

* Thu Sep 29 2022 Tarulia <[email protected]> - 28.0.2-12
- Rebuild for new qt5

Expand Down

0 comments on commit 2b69f46

Please sign in to comment.