2008-03-06 19:28:48 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# webkit
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2011-03-10 14:44:34 +01:00
|
|
|
WEBKIT_VERSION = 1.2.7
|
2010-12-22 13:04:25 +01:00
|
|
|
WEBKIT_SITE = http://www.webkitgtk.org
|
2008-03-06 19:28:48 +01:00
|
|
|
WEBKIT_INSTALL_STAGING = YES
|
2010-12-22 13:04:25 +01:00
|
|
|
WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
|
2010-07-19 09:12:15 +02:00
|
|
|
libgtk2 sqlite enchant libsoup jpeg libgail
|
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
|
2011-03-27 22:09:07 +02:00
|
|
|
else
|
2010-05-25 23:25:37 +02:00
|
|
|
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
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|