Disable failing example
This commit is contained in:
parent
45b9174c0a
commit
5735572d31
@ -33,6 +33,8 @@ Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/
|
|||||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Patch0: qtmultimedia-disable-failing-example.patch
|
||||||
|
|
||||||
# filter plugin/qml provides
|
# filter plugin/qml provides
|
||||||
%global __provides_exclude_from ^(%{_qt6_archdatadir}/qml/.*\\.so|%{_qt6_plugindir}/.*\\.so)$
|
%global __provides_exclude_from ^(%{_qt6_archdatadir}/qml/.*\\.so|%{_qt6_plugindir}/.*\\.so)$
|
||||||
|
|
||||||
|
11
qtmultimedia-disable-failing-example.patch
Normal file
11
qtmultimedia-disable-failing-example.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff --git a/examples/multimediawidgets/CMakeLists.txt b/examples/multimediawidgets/CMakeLists.txt
|
||||||
|
index 64ee051..fb3fd41 100644
|
||||||
|
--- a/examples/multimediawidgets/CMakeLists.txt
|
||||||
|
+++ b/examples/multimediawidgets/CMakeLists.txt
|
||||||
|
@@ -4,5 +4,5 @@ if(TARGET Qt::Widgets)
|
||||||
|
add_subdirectory(camera)
|
||||||
|
add_subdirectory(videographicsitem)
|
||||||
|
add_subdirectory(videowidget)
|
||||||
|
- add_subdirectory(player)
|
||||||
|
+ #add_subdirectory(player)
|
||||||
|
endif()
|
Loading…
Reference in New Issue
Block a user