summaryrefslogtreecommitdiffstats
path: root/flow
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-07 00:49:58 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-07 00:49:58 +0000
commit04b1fed13c916c4219c2a4c1e209b8cced713798 (patch)
tree6432e4eb0aefa4f4d41677a26167e13c04b6494e /flow
parent746a2c4f876cd0c3c4307a0c3cf5f7131802a16c (diff)
downloadarts-04b1fed13c916c4219c2a4c1e209b8cced713798.tar.gz
arts-04b1fed13c916c4219c2a4c1e209b8cced713798.zip
[dependencies/arts] using pkg-config for alsa detection
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1224003 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow')
-rw-r--r--flow/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt
index 4231957..a4059dd 100644
--- a/flow/CMakeLists.txt
+++ b/flow/CMakeLists.txt
@@ -72,7 +72,7 @@ add_custom_command(
tde_add_library( artsflow_idl SHARED
SOURCES artsflow.cc
VERSION 1.0.0
- LINK mcop-shared ${ALSA_LIBRARY}
+ LINK mcop-shared ${ALSA_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
DEPENDENCIES mcopidl
)