diff options
author | Ingo Feinerer <feinerer@logic.at> | 2019-02-08 15:37:17 +0100 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2019-02-13 13:35:44 +0100 |
commit | c1dc896c806693a4a368abf59e6890d32d520074 (patch) | |
tree | de767c339673e7d0e4cfbf2bfad0a796b809a38a /config.mk | |
parent | e724907cc37749907cb8c63031d9fb35ef46a657 (diff) |
Add native OpenBSD support for mute/volume
Based on functionality in dstat by Joerg Jung.
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 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 |