Skip to content

Commit

Permalink
vala: add glib2 as a build dependency, fixes openwrt#702
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Kiss <[email protected]>
  • Loading branch information
kissg1988 committed Mar 8, 2015
1 parent 16b6c89 commit 7b95d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/vala/Makefile
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 7b95d72

Please sign in to comment.