Skip to content

Unbreak build using vala 0.48.x

Rico Tzschichholz requested to merge ricotz/vala into master

bc26f2bf causes a redefinition error due to including "seahorse-common.h".

Using --use-header for "common" lib avoids this problem.

See http://ci.vala-project.org:8010/builders/vala-0.48/builds/33/steps/seahorse/logs/stdio

Merge request reports