Skip to content
Commit fba8f732 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Fix build where GObject & deps libraries are not in default library path

pkg_check_modules sets GOBJECT_LIBRARIES "only the libraries (w/o the '-l')"
as read from the pc files. So without the -L informations, resulting
in the libraries not found if in non-default paths.

Just passing GOBJECT_LDFLAGS as already done also for GCONF_LDFLAGS is
a workaround.
parent 9c3d0f2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment