GNOME Bugzilla – Bug 579129
pkgconfig: appsrc/appsink can not be linked to uninstalled
Last modified: 2009-04-16 10:08:52 UTC
In the uninstalled pkgconfig file in -base, the directory for appsrc/appsink is not added to Libs. This makes it impossible for the build to find gstapp.so. Patch follows.
Created attachment 132744 [details] [review] patch to fix the problem patch to add the app directory to Libs.
commit 03d6509f7fb00b6e518150b30a9970efe0c8c232 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Apr 16 12:09:49 2009 +0200 pkgconfig: add the app/ directory to Libs Add the appsrc/appsink directory to the Libs in the uninstalled pkgconfig file so that one can build against it. Fixes #579129