diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-24 20:46:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-24 20:46:16 -0700 |
| commit | 9a6793496f3053ac0f38dea323c2b7fb24fc3dd7 (patch) | |
| tree | ed9eba1d1598eafd1dfdc1beda9bbde11f8cb946 /pkg/alsa-utils/README.md | |
| parent | ede8b0935ea572cba25d76a7b227244a6fd1003d (diff) | |
alsa-utils: Don't use config-posix.h
Diffstat (limited to 'pkg/alsa-utils/README.md')
| -rw-r--r-- | pkg/alsa-utils/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/alsa-utils/README.md b/pkg/alsa-utils/README.md new file mode 100644 index 00000000..9f677f17 --- /dev/null +++ b/pkg/alsa-utils/README.md @@ -0,0 +1,10 @@ +# alsa-utils + +## config.h +Generated with + + ./configure \ + --prefix= \ + --disable-alsamixer \ + CPPFLAGS=-I/src/oasis/out/pkg/alsa-lib/include \ + LDFLAGS=-L/src/oasis/out/pkg/alsa-lib |
