summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@fedoraproject.org>2007-10-19 01:43:55 +0000
committerBill Nottingham <notting@fedoraproject.org>2007-10-19 01:43:55 +0000
commit4062ebaceade7566a0c17c5b84c91ead6b49773e (patch)
treeaccd0bd4e27d5c76c59b357e550c93fb0af39aad /firefox-mozconfig
parent- Disable the Firefox startup notification support for now. (diff)
downloadlibrewolf-fedora-ff-4062ebaceade7566a0c17c5b84c91ead6b49773e.tar.gz
librewolf-fedora-ff-4062ebaceade7566a0c17c5b84c91ead6b49773e.tar.bz2
librewolf-fedora-ff-4062ebaceade7566a0c17c5b84c91ead6b49773e.zip
add bits so we actually build the SN support
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index f224b28..84cb769 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -20,6 +20,7 @@ ac_add_options --enable-pango
ac_add_options --enable-system-cairo
ac_add_options --enable-svg
ac_add_options --enable-canvas
+ac_add_options --enable-startup-notification
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15