Merge branch 'master' into imlib2
authorBrenden Matthews <brenden@rty.ca>
Sat, 2 May 2009 05:29:21 +0000 (23:29 -0600)
committerBrenden Matthews <brenden@rty.ca>
Sat, 2 May 2009 05:29:21 +0000 (23:29 -0600)
Conflicts:
configure.ac.in
src/conky.c

1  2 
configure.ac.in
src/conky.c
src/x11.c

diff --cc configure.ac.in
@@@ -731,5 -751,5 +750,6 @@@ $PACKAGE $VERSION configured successful
    nvidia:           $want_nvidia
    eve-online:       $want_eve
    config-output:    $want_config_output
 +  IMLIB2:           $want_imlib2
+   ALSA mixer:       $want_alsa
  EOF
diff --cc src/conky.c
@@@ -210,9 -210,9 +210,12 @@@ static void print_version(void
  #ifdef CONFIG_OUTPUT
                   "  * config-output\n"
  #endif /* CONFIG_OUTPUT */
 +#ifdef IMLIB2
 +                 "  * IMLIB2\n"
 +#endif /* IMLIB2 */
+ #ifdef MIXER_IS_ALSA
+                  "  * ALSA mixer support\n"
+ #endif /* MIXER_IS_ALSA */
        );
  
        exit(0);
diff --cc src/x11.c
Simple merge