[packages/mediaconch] - fix webkit/webengine selection
qboosh
qboosh at pld-linux.org
Thu Dec 27 16:43:26 CET 2018
commit 757c6b9266bbb110f42d00b12c61826674991e28
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 27 16:48:08 2018 +0100
- fix webkit/webengine selection
mediaconch.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mediaconch.spec b/mediaconch.spec
index 7c6b45f..2aa83cb 100644
--- a/mediaconch.spec
+++ b/mediaconch.spec
@@ -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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mediaconch.git/commitdiff/757c6b9266bbb110f42d00b12c61826674991e28
More information about the pld-cvs-commit
mailing list