]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/commitdiff
- qtmultimedia conflicts with gstreamer
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Dec 2020 21:03:18 +0000 (22:03 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Dec 2020 21:03:18 +0000 (22:03 +0100)
qt5-qtwebkit.spec

index 7a5ab33a156633f35b92b507edc78cfdcdc8d06b..b437cfb17cf0685f569fed1779c09ed0b7dadd2a 100644 (file)
@@ -6,7 +6,7 @@
 # -- build targets
 %bcond_with    doc             # Documentation
 # -- features
-%bcond_without qtmultimedia    # QtMultimedia support
+%bcond_with    qtmultimedia    # QtMultimedia support (instead of GStreamer)
 %bcond_without seccomp         # WebProcess seccomp filters
 
 %if %{with bootstrap}
@@ -208,7 +208,7 @@ cmake \
        -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \
        -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-       %{?with_qtmultimedia:-DUSE_QT_MULTIMEDIA:BOOL=ON} \
+       %{?with_qtmultimedia:-DUSE_GSTREAMER:BOOL=OFF -DUSE_QT_MULTIMEDIA:BOOL=ON} \
        %{?with_doc:-DGENERATE_DOCUMENTATION=ON} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64 \
This page took 0.157958 seconds and 4 git commands to generate.