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

Daniel Drake dsd at laptop.org
Fri Mar 16 14:46:08 PDT 2012


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



More information about the plymouth mailing list