Skip to content

Commit

Permalink
[build] Fix build on x11 based systems
Browse files Browse the repository at this point in the history
  • Loading branch information
faenil committed Oct 8, 2014
1 parent ce40a16 commit 60cf441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/qtwebkit5.spec
Expand Up @@ -179,7 +179,11 @@ qmake -qt=5 CONFIG+=release CONFIG-=debug \
WEBKIT_CONFIG-=svg \
WEBKIT_CONFIG-=inspector \
WEBKIT_CONFIG-=fullscreen_api \
%if %{with X11}
WEBKIT_CONFIG+=netscape_plugin_api \
%else
WEBKIT_CONFIG-=netscape_plugin_api \
%endif
WEBKIT_CONFIG-=build_qttestsupport

make %{?jobs:-j%jobs}
Expand Down

0 comments on commit 60cf441

Please sign in to comment.