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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 33548b4..531c8f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,9 +6,8 @@ if HAVE_SOUND_THEME SUBDIRS += sound-theme endif -if HAVE_PULSEAUDIO +# m-v-c depends on sound-theme, if enabled, so add here to SUBDIRS SUBDIRS += mate-volume-control -endif DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ |