2008-03-06 19:28:48 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# webkit
|
|
|
|
#
|
|
|
|
#############################################################
|
2010-07-19 09:12:15 +02:00
|
|
|
WEBKIT_VERSION = 1.2.3
|
|
|
|
WEBKIT_SOURCE = webkit-$(WEBKIT_VERSION).tar.gz
|
|
|
|
WEBKIT_SITE = http://www.webkitgtk.org
|
2008-03-06 19:28:48 +01:00
|
|
|
|
|
|
|
WEBKIT_INSTALL_STAGING = YES
|
2009-08-10 20:14:55 +02:00
|
|
|
WEBKIT_LIBTOOL_PATCH = NO
|
2008-03-06 19:28:48 +01:00
|
|
|
|
2009-11-15 11:12:57 +01:00
|
|
|
WEBKIT_DEPENDENCIES = host-flex host-gperf icu curl libxml2 libxslt \
|
2010-07-19 09:12:15 +02:00
|
|
|
libgtk2 sqlite enchant libsoup jpeg libgail
|
2009-06-29 12:54:06 +02:00
|
|
|
|
2010-06-25 11:31:42 +02:00
|
|
|
WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config
|
2010-05-25 23:25:37 +02:00
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
|
|
|
WEBKIT_CONF_OPT += --with-target=x11
|
2010-07-22 17:03:28 +02:00
|
|
|
WEBKIT_DEPENDENCIES += xserver_xorg-server xlib_libXt
|
2009-06-29 12:54:06 +02:00
|
|
|
endif
|
|
|
|
|
2010-05-25 23:25:37 +02:00
|
|
|
ifeq ($(BR2_PACKAGE_DIRECTFB),y)
|
|
|
|
WEBKIT_CONF_OPT += --with-target=directfb
|
|
|
|
WEBKIT_DEPENDENCIES += directfb
|
2009-06-29 12:54:06 +02:00
|
|
|
endif
|
|
|
|
|
|
|
|
WEBKIT_CONF_OPT += --disable-video
|
2008-03-06 19:28:48 +01:00
|
|
|
|
2009-11-15 11:12:56 +01:00
|
|
|
$(eval $(call AUTOTARGETS,package,webkit))
|