diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-16 08:18:06 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-16 08:18:06 +0200 |
commit | 33bd4af2c938241af90c571bc58e3a5968bbe6c3 (patch) | |
tree | 91089679feb6a2f823ca1bec0a7b4baf11c6a12d /mate-volume-control | |
parent | fac066f2db02e2d370a1c227508ec315ffb127c2 (diff) | |
download | mate-media-33bd4af2c938241af90c571bc58e3a5968bbe6c3.tar.bz2 mate-media-33bd4af2c938241af90c571bc58e3a5968bbe6c3.tar.xz |
Always build mate-volume-control
Bump minimum glib version to 2.36.0
Diffstat (limited to 'mate-volume-control')
-rw-r--r-- | mate-volume-control/src/gvc-speaker-test.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-volume-control/src/gvc-speaker-test.c b/mate-volume-control/src/gvc-speaker-test.c index d43b6cf..0f6c9e7 100644 --- a/mate-volume-control/src/gvc-speaker-test.c +++ b/mate-volume-control/src/gvc-speaker-test.c @@ -29,10 +29,6 @@ #include <canberra.h> #include <libmatemixer/matemixer.h> -#ifdef HAVE_PULSEAUDIO -#include <pulse/pulseaudio.h> -#endif - #include "gvc-speaker-test.h" #include "mvc-helpers.h" |