diff options
author | Alexander Kurtz <kurtz.alex@googlemail.com> | 2011-03-26 11:26:46 +0000 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2011-03-26 11:33:54 +0000 |
commit | 64985aa9bb46b447973f4051d065afd9035e48ca (patch) | |
tree | 90c6f84e8b6721cd78148bc3386433bc98ff1950 /LGPL | |
parent | ea0a2a603c970a5ae59a3b2a49ed189997c91ece (diff) |
vala: move GLibMainLoop class into separate file to fix linker errors
Vala uses the name of the *.vapi file to determine the libraries to link
against. Since the pa_glib_mainloop_*() functions are in a separate
library (libpulse-mainloop-glib.so) the corresponding objects in the
Vala bindings have to be in a separate *.vapi file.
If you are compiling an app without the GLib integration you could use:
$ valac --pkg=libpulse test.vala
but if you do use GLib you can use:
$ valac --pkg=libpulse-mainloop-glib test.vala
(libpulse is a dep of the libpulse-mainloop-glib so no need to specify
it explicitly)
Diffstat (limited to 'LGPL')
0 files changed, 0 insertions, 0 deletions