]> git.ipfire.org Git - thirdparty/vala.git/commit
build: Conditionally adjust VALAFLAGS in case of proper bootsrapped builds
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 13 Oct 2016 20:25:56 +0000 (22:25 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 25 Oct 2016 09:13:10 +0000 (11:13 +0200)
commitfbc749bd4ec84673ace5b311ec468c75ab049e1f
treeae0ce1224adab2ff2f65144b1fc797258d24661b
parent64b9bfc1bc0abfed45ad07a8ebaef8a5f167f848
build: Conditionally adjust VALAFLAGS in case of proper bootsrapped builds

This adds --hide-internal to VALAFLAGS to allow symbols to be marked
'internal' in Vala source files and not appear in the dynamic symbol table
of libvala.

The build system checks for minimum valac version to fullfill required
support of needed VALAFLAGS.

https://bugzilla.gnome.org/show_bug.cgi?id=771920
configure.ac