Add native OpenBSD support for mute/volume
Based on functionality in dstat by Joerg Jung.
This commit is contained in:
parent
e724907cc3
commit
c1dc896c80
4 changed files with 94 additions and 29 deletions
|
@ -14,7 +14,6 @@ X11LIB = /usr/X11R6/lib
|
|||
CPPFLAGS = -I$(X11INC) -D_DEFAULT_SOURCE
|
||||
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os
|
||||
LDFLAGS = -L$(X11LIB) -s
|
||||
# OpenBSD: add -lossaudio
|
||||
LDLIBS = -lX11
|
||||
|
||||
# compiler and linker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue