Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Fix build files, missing commas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cochrane committed Mar 16, 2018
1 parent c18bbca commit efe1e1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Build-Depends: meson,
debhelper (>= 9),
libgtk-3-dev,
libgranite-dev (>= 0.3.0),
valac (>= 0.26)
libwebkit2gtk-4.0-dev (>= 2.10.9)
libjson-glib-dev (>= 1.1.2)
libsoup2.4-dev (>= 2.52.2)
libsqlite3-dev (>= 3.11.0)
valac (>= 0.26),
libwebkit2gtk-4.0-dev (>= 2.10.9),
libjson-glib-dev (>= 1.1.2),
libsoup2.4-dev (>= 2.52.2),
libsqlite3-dev (>= 3.11.0),
libunity-dev (>= 7.1.4)
Standards-Version: 3.9.3

Expand Down

0 comments on commit efe1e1c

Please sign in to comment.