Revision: 7761
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7761&view=rev
Author:   gbiggs
Date:     2009-06-03 00:12:24 +0000 (Wed, 03 Jun 2009)

Log Message:
-----------
Fixed a typo in a macro

Modified Paths:
--------------
    code/player/trunk/cmake/internal/DriverUtils.cmake

Modified: code/player/trunk/cmake/internal/DriverUtils.cmake
===================================================================
--- code/player/trunk/cmake/internal/DriverUtils.cmake  2009-06-02 21:27:43 UTC 
(rev 7760)
+++ code/player/trunk/cmake/internal/DriverUtils.cmake  2009-06-03 00:12:24 UTC 
(rev 7761)
@@ -186,7 +186,7 @@
             # Append to a list instead of setting an option so we can 
auto-generate driver_config.h
             APPEND_TO_CACHED_LIST (PLAYERDRIVER_HAVE_DEFINES 
${PLAYERDRIVER_HAVE_DEFINES_DESC} "HAVE_PKG_${_packageNameUpper}")
             # Set the values
-            SET (${_includeDir} ${${_pkgVar}_INCLUDE_DIRS})
+            SET (${_includeDirs} ${${_pkgVar}_INCLUDE_DIRS})
             SET (${_libDirs} ${${_pkgVar}_LIBRARY_DIRS})
             SET (${_linkLibs} ${${_pkgVar}_LIBRARIES})
             LIST_TO_STRING (${_cFlags} "${${_pkgVar}_CFLAGS}")


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to