diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-01 16:34:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-01 16:34:53 +0100 |
commit | d2fbbed6c9e7da895915ef57ae57be63a6bfe4a7 (patch) | |
tree | d584580b6cafbdb5637a63837d58e7a6b267063b /debian/control | |
parent | e4e0c9e36afec29cf3f5e4f24c2b085a12c7837f (diff) |
Add Build-Depends libicu-dev to debian/control; add patch for fix the desktop file
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5575478..bacf090 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: libgstreamer1.0-dev (>= 1.0.0), libgtk-3-dev (>= 3.6.0), libgudev-1.0-dev (>= 145), + libicu-dev, libjson-glib-dev, libraw-dev (>= 0.14), librest-dev (>= 0.7), |