Add native OpenBSD support for mute/volume

Based on functionality in dstat by Joerg Jung.
This commit is contained in:
Ingo Feinerer
2019-02-08 15:37:17 +01:00
committed by Aaron Marcher
parent e724907cc3
commit c1dc896c80
4 changed files with 94 additions and 29 deletions

View File

@ -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