Skip to content

Commit

Permalink
[rpm] Fix .spec file to depend on sqlite >= 3.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
siteshwar committed Nov 10, 2015
1 parent 9214377 commit 0598938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/xulrunner-qt5.spec
Expand Up @@ -61,7 +61,8 @@ BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(alsa)
%if %{system_sqlite}
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(sqlite3) >= 3.8.9
Requires: sqlite >= 3.8.9
%endif
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libproxy-1.0)
Expand Down

0 comments on commit 0598938

Please sign in to comment.