[PATCH] ply-splash-graphics: ensure link in config file

Ray Strode halfline at gmail.com
Fri Mar 16 23:40:12 PDT 2012


Thanks!

On Fri, Mar 16, 2012 at 5:46 PM, Daniel Drake <dsd at laptop.org> wrote:
> While building a theme externally I found that the link to
> libply-splash-graphics was missing, due to an omission in the config
> file.
> ---
>  src/ply-splash-graphics.pc.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/ply-splash-graphics.pc.in b/src/ply-splash-graphics.pc.in
> index cb37711..66ed008 100644
> --- a/src/ply-splash-graphics.pc.in
> +++ b/src/ply-splash-graphics.pc.in
> @@ -9,5 +9,5 @@ Name: Plymouth
>  Description: Graphics Utility Library for Boot Splash Plugins
>  Version: @VERSION@
>  Requires: ply-splash-core
> -Libs: -L${libdir}
> +Libs: -L${libdir} -lply-splash-graphics
>  Cflags: -I${includedir}/plymouth-1/ply-splash-graphics
> --
> 1.7.7.6
>
> _______________________________________________
> plymouth mailing list
> plymouth at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/plymouth


More information about the plymouth mailing list