summaryrefslogtreecommitdiffstats
path: root/raul.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-28 23:17:19 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 16:24:16 -0400
commit1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698 (patch)
tree862fbe1cd497a7782da1ab08ddd39ac548afd78b /raul.pc.in
parent3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2 (diff)
downloadraul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.gz
raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.bz2
raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.zip
Switch to meson build system
Diffstat (limited to 'raul.pc.in')
-rw-r--r--raul.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/raul.pc.in b/raul.pc.in
deleted file mode 100644
index 87510de..0000000
--- a/raul.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=@EXEC_PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: raul
-Version: @RAUL_VERSION@
-Description: A C++ convenience library for realtime audio applications
-Libs: @RAUL_PC_LIBS@
-Cflags: -I${includedir}/raul-@RAUL_MAJOR_VERSION@