Fix srcdir != builddir
By updating libgd to a newer, fixed, version, and by noting that --vapidirs in VALAFLAGS are relative to srcdir, not builddir (automake inserts a cd $(srcdir) before calling vala) https://bugzilla.gnome.org/show_bug.cgi?id=691504
This commit is contained in:
parent
bdd9ec252e
commit
a5dec9ad6a
2 changed files with 2 additions and 2 deletions
2
libgd
2
libgd
|
@ -1 +1 @@
|
|||
Subproject commit f63cab25ce05bd3bc83ef9e389b299f96339f7fe
|
||||
Subproject commit 680a9f72a0c3019cf4013ed026270ee7b9f1abc9
|
|
@ -12,7 +12,7 @@ AM_CPPFLAGS = \
|
|||
$(NULL)
|
||||
|
||||
AM_VALAFLAGS = \
|
||||
--vapidir=$(srcdir)/../vapi --vapidir=$(srcdir)/listbox --vapidir=$(top_srcdir)/libgd --pkg config --pkg custom --pkg egglistbox --pkg gd-1.0 \
|
||||
--vapidir=../vapi --vapidir=listbox --vapidir=../libgd --pkg config --pkg custom --pkg egglistbox --pkg gd-1.0 \
|
||||
@CONTACTS_PACKAGES@ \
|
||||
$(NULL)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue