diff options
author | Capi X <capi_x@haibane.org> | 2019-11-02 01:13:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-02 01:13:24 +0700 |
commit | fdf6869da608a7dcab49455a40d11863b4ddc38c (patch) | |
tree | 64217e17e1a1a457705a1c54cf8d6348642e82fd /audio/apulse/libpulse.pc | |
parent | ff09a30c9ca5ec8886b05b5c08bf11a482f9d225 (diff) | |
download | slackbuilds-fdf6869da608a7dcab49455a40d11863b4ddc38c.tar.gz |
audio/apulse: Added (PulseAudio emulation for ALSA).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/apulse/libpulse.pc')
-rw-r--r-- | audio/apulse/libpulse.pc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/apulse/libpulse.pc b/audio/apulse/libpulse.pc new file mode 100644 index 0000000000..4a25c323aa --- /dev/null +++ b/audio/apulse/libpulse.pc @@ -0,0 +1,9 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=/usr/lib +includedir=${prefix}/include + +Name: libpulse +Description: libpulse compiling helper for apulse users +Version: 0.1.12 +Cflags: -I${includedir} |