diff options
author | Jan Horak <jhorak@redhat.com> | 2016-10-31 08:59:22 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2016-10-31 08:59:22 +0100 |
commit | f03674686d175b55c35c76f5d1e67b4db4056a4e (patch) | |
tree | 96f16f9a4ff7f537d3e11ebf0dd5ac740e8c99d4 | |
parent | Added dbus-glib devel package (diff) | |
download | librewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.tar.gz librewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.tar.bz2 librewolf-fedora-ff-f03674686d175b55c35c76f5d1e67b4db4056a4e.zip |
Fixed dbus-glib-devel name
-rw-r--r-- | firefox.spec | 2 |
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 |