summaryrefslogtreecommitdiffstats
path: root/xulrunner
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-11-09 21:03:04 +0000
committer Eric Hameleers <alien@slackware.com>2010-11-09 21:03:04 +0000
commitbb1a54f54574912fddc4866c534748c24da43251 (patch)
tree696a02bbeb516a8b9c7c6d8f8d94be7cccd48b75 /xulrunner
parentf58c61ba24ae6e9bb2c52a3a01a002222e77de58 (diff)
downloadasb-bb1a54f54574912fddc4866c534748c24da43251.tar.gz
asb-bb1a54f54574912fddc4866c534748c24da43251.tar.xz
We also need xpcom
Diffstat (limited to 'xulrunner')
-rwxr-xr-xxulrunner/build/xulrunner.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild
index dc6467cf..4a65f03d 100755
--- a/xulrunner/build/xulrunner.SlackBuild
+++ b/xulrunner/build/xulrunner.SlackBuild
@@ -163,6 +163,7 @@ export CFLAGS="$SLKCFLAGS"
--with-default-mozilla-five-home=/usr/lib${LIBDIRSUFFIX}/xulrunner-$VERSION \
--enable-application=xulrunner \
--enable-default-toolkit=cairo-gtk2 \
+ --enable-javaxpcom \
--enable-optimize="$CFLAGS" \
--enable-safe-browsing \
--enable-strip \
@@ -172,7 +173,6 @@ export CFLAGS="$SLKCFLAGS"
--disable-crashreporter \
--disable-debug \
--disable-installer \
- --disable-javaxpcom \
--disable-mailnews \
--disable-mochitest \
--disable-pedantic \
@@ -201,7 +201,7 @@ mv $PKG/etc/gre.d/${GECKOVERS}.system.conf $PKG/etc/gre.d/gre${LIBDIRSUFFIX}.con
# Add missing xulrunner pkg-config files:
( cd $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
- for FILE in gtkmozembed-embedding gtkmozembed js nspr nss plugin ; do
+ for FILE in gtkmozembed-embedding gtkmozembed js nspr nss plugin xpcom ; do
ln -sf mozilla-${FILE}.pc xulrunner-${FILE}.pc
done
)