summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 338d8f5..473e1bc 100644
--- a/config.mk
+++ b/config.mk
@@ -11,6 +11,7 @@ CMAKE = /usr/bin/cmake
GLSLC = /usr/bin/glslc
# includes and libs
+# samplerate
USED_LIBS = \
vulkan \
glfw3 \
@@ -18,6 +19,8 @@ USED_LIBS = \
freetype2 \
libpng \
tinyxml2 \
+ libpipewire-0.3 \
+ libspa-0.2 \
INCS = `$(PKG_CONFIG) --cflags $(USED_LIBS)`