summaryrefslogtreecommitdiff
path: root/alsa.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'alsa.pc.in')
-rw-r--r--alsa.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/alsa.pc.in b/alsa.pc.in
new file mode 100644
index 0000000..46faff6
--- /dev/null
+++ b/alsa.pc.in
@@ -0,0 +1,9 @@
+libdir=LIBDIR/lib
+includedir=INCLUDEDIR/include
+
+Name: alsa
+Description: Advanced Linux Sound Architecture (ALSA) - Library
+Version: 1.1.7
+Requires:
+Libs: -L${libdir} -lasound
+Cflags: -I${includedir}