summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/autotools.mk8
-rw-r--r--src/glib.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/src/autotools.mk b/src/autotools.mk
new file mode 100644
index 0000000..7f200a3
--- /dev/null
+++ b/src/autotools.mk
@@ -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)
diff --git a/src/glib.mk b/src/glib.mk
index 731a98d..e1d6a2d 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -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' | \