Browse Source

vala: add glib2 as a build dependency, fixes #702

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss 10 years ago
parent
commit
7b95d72631
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/vala/Makefile

+ 2
- 2
lang/vala/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2014 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
16 16
 PKG_SOURCE_URL:=@GNOME/vala/0.26/
17 17
 PKG_MD5SUM:=723a03b822d4cc47abc4019685970a3e
18 18
 
19
-PKG_BUILD_DEPENDS:=glib2/host vala/host
19
+PKG_BUILD_DEPENDS:=glib2 glib2/host vala/host
20 20
 HOST_BUILD_DEPENDS:=glib2/host
21 21
 
22 22
 include $(INCLUDE_DIR)/host-build.mk