From f58c61ba24ae6e9bb2c52a3a01a002222e77de58 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 9 Nov 2010 20:28:04 +0000 Subject: We need a lot more symlinked pkg-config files if we want to compile libreoffice (and possibly others too) without seamonkey present --- xulrunner/build/xulrunner.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild index 1a887657..dc6467cf 100755 --- a/xulrunner/build/xulrunner.SlackBuild +++ b/xulrunner/build/xulrunner.SlackBuild @@ -199,9 +199,11 @@ make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log GECKOVERS=$(./config/milestone.pl --topsrcdir=.) mv $PKG/etc/gre.d/${GECKOVERS}.system.conf $PKG/etc/gre.d/gre${LIBDIRSUFFIX}.conf -# Add missing xulrunner-plugin.pc +# Add missing xulrunner pkg-config files: ( cd $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig - ln -sf mozilla-plugin.pc xulrunner-plugin.pc + for FILE in gtkmozembed-embedding gtkmozembed js nspr nss plugin ; do + ln -sf mozilla-${FILE}.pc xulrunner-${FILE}.pc + done ) # Make symlinks to prevent version information from entering dependencies: -- cgit v1.2.3-65-gdbad