diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-14 13:40:32 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-14 13:40:32 +0000 |
commit | e213a80ef5ad8fd0d5b83c4def9e3360dd4e1057 (patch) | |
tree | 38a93a33d839cf25d6c193de1750a2f804e9d784 /debian/control | |
parent | 2a28f458808556af4cda58a36997ab465cb360fb (diff) | |
parent | 3c78427b294d9c52ec265ab2e7533bf535a0c89d (diff) | |
download | ayatana-indicator-datetime-e213a80ef5ad8fd0d5b83c4def9e3360dd4e1057.tar.gz ayatana-indicator-datetime-e213a80ef5ad8fd0d5b83c4def9e3360dd4e1057.tar.bz2 ayatana-indicator-datetime-e213a80ef5ad8fd0d5b83c4def9e3360dd4e1057.zip |
Use GStreamer's API directly to play sound instead of using libcanberra. Fixes: 1283065, 1337348
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5f45bea..bd4988f 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: cmake, libgtest-dev, libglib2.0-dev (>= 2.35.4), libnotify-dev (>= 0.7.6), - libcanberra-dev, + libgstreamer1.0-dev, libecal1.2-dev (>= 3.5), libical-dev (>= 1.0), libedataserver1.2-dev (>= 3.5), |