summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@jbarnes-asus.(none)>2010-06-09 00:51:56 -0700
committerJesse Barnes <jbarnes@jbarnes-asus.(none)>2010-06-09 00:51:56 -0700
commit90fc31556889f503828e90813c4b3c2a6cf9cc64 (patch)
tree927b1509135ae3820524280c010876d3be8bc753
parent41385f6dc06e8a52dc1f9bccb734a8f0e6c0e35a (diff)
WebKit: don't try to build X11 NS plugin code under Wayland
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pri b/src/3rdparty/webkit/WebCore/WebCore.pri
index 5f5987ffa6..d71d102636 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pri
+++ b/src/3rdparty/webkit/WebCore/WebCore.pri
@@ -86,7 +86,7 @@ greaterThan(QT_MINOR_VERSION, 5) {
# Nescape plugins support (NPAPI)
!contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=.) {
- unix|win32-*:!embedded:!wince*: {
+ unix|win32-*:!embedded:!wince*:!wayland {
DEFINES += ENABLE_NETSCAPE_PLUGIN_API=1
} else {
DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0