aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-08-23 10:18:55 -0300
committerLauro Neto <lauro.neto@openbossa.org>2010-08-23 16:29:21 -0300
commit3cc4a66f2ec23757d11e296ebe755d8c2b72d43d (patch)
tree0774d8664fa99a2d8223abad02a4c4a69cbecc6f
parentb9d61bcdba335a120f36fdbe1625e7d6630d9c5c (diff)
Fix variable name.
-rw-r--r--PySide/phonon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/phonon/CMakeLists.txt b/PySide/phonon/CMakeLists.txt
index 062f17d7d..a7a870fee 100644
--- a/PySide/phonon/CMakeLists.txt
+++ b/PySide/phonon/CMakeLists.txt
@@ -65,6 +65,6 @@ create_pyside_module(phonon
"typesystem_phonon.xml"
phonon_include_dirs
phonon_libraries
- phonon_depend
+ phonon_deps
phonon_typesystem_path
phonon_SRC)