aboutsummaryrefslogtreecommitdiff
path: root/modules/FindAlsa.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-03-22-putting quotes around the input for the string() functions never hurtsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1106449
2008-04-04don't break if ASOUND_LIBRARY_DIR is emptyMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=793576
2008-04-03coding styleMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=793392
2008-04-03patch by pusling to fix finding libasound, I wonder why it never broke for meMatthias Kretz
BUG: 157258 svn path=/trunk/KDE/kdelibs/; revision=793381
2008-02-18some improvements to the docs:Alexander Neundorf
-some modules were not at all documented, only few are left now -the copyright message doesn't have to be printed for every module in the docs -fix FindKorundom.cmake, it didn't follow the style guide and had typos (e.g. Korumdum_FOUND instead of KORUNDUM_FOUND) Alex (will commit modified FindKDE4Internal.cmake after Christians commit) svn path=/trunk/KDE/kdelibs/; revision=776742
2007-12-17-mark more variables as advancedAlexander Neundorf
-some cosmetics (indentation etc.) Alex svn path=/trunk/KDE/kdelibs/; revision=749753
2007-07-10fix HAVE_ALSAFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685954
2007-07-09- use libasound to list virtual devices (I'm actually only interested in customMatthias Kretz
ones defined in e.g. ~/.asoundrc), currently still shows too much - adapt to Solid::AudioInterface change svn path=/trunk/KDE/kdelibs/; revision=685785
2007-04-11warn about older libasound versions that don't work correctly when usingMatthias Kretz
dmix:<cardnum>,<devicenum> svn path=/trunk/KDE/kdelibs/; revision=652606
2007-01-02don't generate config-alsa.h implicitely when doing FindPackage(Alsa), since ↵Alexander Neundorf
this is quite against cmake conventions. Instead provide a macro ALSA_CONFIGURE_FILE(config-alsa.h) which does it explicitely and which will even be found when searching for configure_file() or config-alsa.h Alex svn path=/trunk/KDE/kdelibs/; revision=619132
2006-12-27add small lib that lists ALSA devices to be used in Phonon backendsMatthias Kretz
now that I need FindAlsa in kdelibs should it be removed from kdemultimedia next monday? svn path=/trunk/KDE/kdelibs/; revision=617068