]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ply-splash-graphics: ensure link in config file
authorDaniel Drake <dsd@laptop.org>
Sat, 17 Mar 2012 06:38:00 +0000 (02:38 -0400)
committerRay Strode <rstrode@redhat.com>
Sat, 17 Mar 2012 06:38:00 +0000 (02:38 -0400)
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

index cb377113c82919409fa06ca0b7306fa272d02833..66ed008cc9359e944ae00701259e2a8f27f215c3 100644 (file)
@@ -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