Skip to content

Commit

Permalink
vala: add missing host-bison dependency
Browse files Browse the repository at this point in the history
Fixes:
http://autobuild.buildroot.org/results/a59cceb695298c212c91d2e32b381a096f875274/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
tpetazzoni authored and jacmet committed Mar 25, 2013
1 parent 5b13261 commit 7441228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/vala/vala.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ VALA_VERSION = $(VALA_VERSION_MAJOR).$(VALA_VERSION_MINOR)
VALA_SITE = http://download.gnome.org/sources/vala/$(VALA_VERSION_MAJOR)
VALA_SOURCE = vala-$(VALA_VERSION).tar.xz

VALA_DEPENDENCIES = host-flex libglib2 \
VALA_DEPENDENCIES = host-flex host-bison libglib2 \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)

# If we want the documentation, then xsltproc is needed. If we don't
Expand Down

0 comments on commit 7441228

Please sign in to comment.