summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-10-31 08:59:22 +0100
committerJan Horak <jhorak@redhat.com>2016-10-31 08:59:22 +0100
commitf03674686d175b55c35c76f5d1e67b4db4056a4e (patch)
tree96f16f9a4ff7f537d3e11ebf0dd5ac740e8c99d4 /firefox.spec
parentAdded dbus-glib devel package (diff)
downloadlibrewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.tar.gz
librewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.tar.bz2
librewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.zip
Fixed dbus-glib-devel name
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a1132a4..6db4113 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -170,7 +170,7 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(libnotify) >= %{libnotify_version}
BuildRequires: pkgconfig(dri)
BuildRequires: pkgconfig(libcurl)
-BuildRequires: pkgconfig(dbus-glib)
+BuildRequires: dbus-glib-devel
%if %{?system_libvpx}
BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
bgstack15