Drop unused patch
This commit is contained in:
parent
6df7a6428c
commit
aa1d3127d9
@ -30,8 +30,6 @@ 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
|
||||
%endif
|
||||
|
||||
Patch0: qtmultimedia-disable-failing-example.patch
|
||||
|
||||
# filter plugin/qml provides
|
||||
%global __provides_exclude_from ^(%{_qt6_archdatadir}/qml/.*\\.so|%{_qt6_plugindir}/.*\\.so)$
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
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