add dependency package autotools

fixes #1959
This commit is contained in:
Tony Theodore 2017-11-09 20:34:06 +11:00
parent a1523ae12e
commit 13ee2287ef
2 changed files with 9 additions and 1 deletions

8
src/autotools.mk Normal file
View File

@ -0,0 +1,8 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := autotools
$(PKG)_WEBSITE := https://en.wikipedia.org/wiki/GNU_Build_System
$(PKG)_DESCR := Dependency package to ensure the autotools work
$(PKG)_VERSION := 1
$(PKG)_DEPS := libtool pkgconf
$(PKG)_TARGETS := $(BUILD)

View File

@ -12,7 +12,7 @@ $(PKG)_URL := https://download.gnome.org/sources/glib/$(call SHORT_PKG_VERS
$(PKG)_DEPS := gcc dbus gettext libffi libiconv pcre zlib
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)
$(PKG)_DEPS_$(BUILD) := gettext libiconv zlib
$(PKG)_DEPS_$(BUILD) := autotools gettext libiconv zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://git.gnome.org/browse/glib/refs/tags' | \