]> git.pld-linux.org Git - packages/mediaconch.git/commitdiff
- fix webkit/webengine selection auto/th/mediaconch-18.03.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Dec 2018 15:48:08 +0000 (16:48 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Dec 2018 15:48:08 +0000 (16:48 +0100)
mediaconch.spec

index 7c6b45f69cb3e9690fe2bace27c9a7c117a38f50..2aa83cb1bc81286a87bc29cf7bfeae4d3771e8f9 100644 (file)
@@ -114,7 +114,8 @@ qmake-qt5 \
        QMAKE_CXX="%{__cxx}" \
        QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}" \
        QMAKE_LFLAGS_RELEASE="%{rpmldflags}" \
-       WEB_MACHINE=%{?with_webengine:webengine}%{!?with_webengine:webkit}
+       %{?with_webengine:USE_WEBENGINE=1} \
+       %{!?with_webengine:USE_WEBKIT=1}
 
 %{__make}
 
This page took 0.476388 seconds and 4 git commands to generate.