From 032ed118eeb3cb642720336a1ef67623bb97f9c4 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 31 Jan 2014 11:55:33 +0100 Subject: Use WebKit's copy of leveldb when system version is not available To support indexed database webkit needs leveldb, therefore webkit contains a copy of leveldb which we can use to provide support when the system doesn't ship with a suitable version. Change-Id: I231694e6a7c7cb83855bfed3f9ee24fbd2795362 Reviewed-by: Simon Hausmann --- WebKit.pro | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WebKit.pro') diff --git a/WebKit.pro b/WebKit.pro index f7167129f..11b59e58b 100644 --- a/WebKit.pro +++ b/WebKit.pro @@ -24,6 +24,12 @@ use?(3D_GRAPHICS) { SUBDIRS += ANGLE } +use?(leveldb):!use?(system_leveldb) { + leveldb.file = Source/ThirdParty/leveldb/leveldb.pro + leveldb.makefile = Makefile.leveldb + SUBDIRS += leveldb +} + WebCore.file = Source/WebCore/WebCore.pro WebCore.makefile = Makefile.WebCore SUBDIRS += WebCore -- cgit v1.2.1