summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-03-13 15:08:34 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-03-13 15:08:34 +0000
commitd83e45af530a89a13e71a838545d114677cd1b73 (patch)
tree283648281e72ccc3874f9674bb91c9e3af73a6dd
parent- Add a notice to the about dialog denoting this is a pango enabled build. (diff)
downloadlibrewolf-fedora-ff-d83e45af530a89a13e71a838545d114677cd1b73.tar.gz
librewolf-fedora-ff-d83e45af530a89a13e71a838545d114677cd1b73.tar.bz2
librewolf-fedora-ff-d83e45af530a89a13e71a838545d114677cd1b73.zip
BR libXrender-devel
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index e1101bc..8933ba8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -78,6 +78,7 @@ BuildRequires: krb5-devel
BuildRequires: pango-devel
BuildRequires: freetype-devel >= 2.1.9
BuildRequires: libXt-devel
+BuildRequires: libXrender-devel
Requires: nspr >= %{nspr_version}
Requires: nss >= %{nss_version}
bgstack15