Commit c8bafd26 authored by Lionel Landwerlin's avatar Lionel Landwerlin Committed by Peter Korsgaard
Browse files

webkit: convert to newstyle autotools infrastructure

parent 96662841
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ 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_LIBTOOL_PATCH = NO

WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite enchant \
@@ -25,11 +24,13 @@ endif

WEBKIT_CONF_OPT += --disable-video

$(eval $(call AUTOTARGETS,package,webkit))

$(WEBKIT_HOOK_POST_EXTRACT):
define WEBKIT_AUTOGEN_PATCH
$(SED) 's/AUTOMAKE_FLAGS=.*/AUTOMAKE_FLAGS="--foreign --add-missing --copy"/' $(WEBKIT_DIR)/autogen.sh
$(SED) 's/LIBTOOLIZE_FLAGS=.*/LIBTOOLIZE_FLAGS="--force --automake --copy"/' $(WEBKIT_DIR)/autogen.sh
# Don't run the configure step yet
cd $(WEBKIT_DIR); AUTOGEN_CONFIGURE_ARGS=--version ./autogen.sh
	touch $@
endef

WEBKIT_POST_EXTRACT_HOOKS += WEBKIT_AUTOGEN_PATCH

$(eval $(call AUTOTARGETS,package,webkit))