summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 12:15:08 -0400
committerTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 12:15:08 -0400
commit73f35a9a596d4000bfc4da2721631ae01b52c9cc (patch)
tree52a7652a18b2a6f4a98d310154fb74bb95e5b491 /firefox.spec
parentcorrect source file (diff)
downloadlibrewolf-fedora-ff-73f35a9a596d4000bfc4da2721631ae01b52c9cc.tar.gz
librewolf-fedora-ff-73f35a9a596d4000bfc4da2721631ae01b52c9cc.tar.bz2
librewolf-fedora-ff-73f35a9a596d4000bfc4da2721631ae01b52c9cc.zip
correct source file
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index d138dab..365ad28 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -74,8 +74,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: desktop-file-utils
BuildRequires: system-bookmarks
BuildRequires: xulrunner-devel >= %{xulrunner_version}
-# Should xulrunner-devel pull this in?
-BuildRequires: mesa-libGL-devel
Requires: xulrunner >= %{xulrunner_version}
Conflicts: xulrunner >= %{xulrunner_version_max}
bgstack15