01bcd0320e
Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host.
18 lines
516 B
Makefile
18 lines
516 B
Makefile
#############################################################
|
|
#
|
|
# webkit
|
|
#
|
|
#############################################################
|
|
WEBKIT_VERSION = r31321
|
|
WEBKIT_SOURCE = WebKit-$(WEBKIT_VERSION).tar.bz2
|
|
WEBKIT_SITE = http://nightly.webkit.org/files/trunk/src/
|
|
|
|
WEBKIT_INSTALL_STAGING = YES
|
|
WEBKIT_INSTALL_TARGET = YES
|
|
WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install
|
|
|
|
WEBKIT_AUTORECONF = YES
|
|
WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite
|
|
|
|
$(eval $(call AUTOTARGETS,package,webkit))
|