Mention setup.py in the instructions

Add note about linuxaudiodev possibly working on BSD
This commit is contained in:
Andrew M. Kuchling 2001-02-27 03:29:52 +00:00
parent ebe3045f3b
commit ab354bb9ba
1 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,9 @@
# directory.) # directory.)
# Each line in this file describes one or more optional modules. # Each line in this file describes one or more optional modules.
# Comment out lines to suppress modules. # Modules enabled here will not be compiled by the setup.py script,
# so the file can be used to override setup.py's behavior.
# Lines have the following structure: # Lines have the following structure:
# #
# <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...] # <module> ... [<sourcefile> ...] [<cpparg> ...] [<library> ...]
@ -273,7 +275,8 @@ GLHACK=-Dclear=__GLclear
#sunaudiodev sunaudiodev.c #sunaudiodev sunaudiodev.c
# Linux specific modules -- off by default: # A Linux specific module -- off by default; this may also work on
# some *BSDs.
#linuxaudiodev linuxaudiodev.c #linuxaudiodev linuxaudiodev.c