vala: add glib2 as a build dependency, fixes #702
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
parent
16b6c895fa
commit
7b95d72631
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2006-2014 OpenWrt.org
|
||||
# Copyright (C) 2006-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|||
PKG_SOURCE_URL:=@GNOME/vala/0.26/
|
||||
PKG_MD5SUM:=723a03b822d4cc47abc4019685970a3e
|
||||
|
||||
PKG_BUILD_DEPENDS:=glib2/host vala/host
|
||||
PKG_BUILD_DEPENDS:=glib2 glib2/host vala/host
|
||||
HOST_BUILD_DEPENDS:=glib2/host
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
|
Loading…
Reference in a new issue