Commit 2ec9ca13 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Do not build audio and video support

parent d698ceb4
......@@ -2,7 +2,7 @@ all:
ln -s /usr/bin/python3 /usr/bin/python
tar xf qtwebkit-5.212.0-alpha4.tar.xz
cd qtwebkit-5.212.0-alpha4 && qmake
cd qtwebkit-5.212.0-alpha4 && qmake WEBKIT_CONFIG-=video WEBKIT_CONFIG-=web-audio
$(MAKE) -C qtwebkit-5.212.0-alpha4
$(MAKE) -C qtwebkit-5.212.0-alpha4 install
rm -rf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment