Revision: 8940
http://playerstage.svn.sourceforge.net/playerstage/?rev=8940&view=rev
Author: jpgr87
Date: 2010-10-12 00:46:54 +0000 (Tue, 12 Oct 2010)
Log Message:
-----------
Applied patch #3085195: Compile with local libphidget installation
Modified Paths:
--------------
code/player/trunk/cmake/internal/SearchForStuff.cmake
Modified: code/player/trunk/cmake/internal/SearchForStuff.cmake
===================================================================
--- code/player/trunk/cmake/internal/SearchForStuff.cmake 2010-10-12
00:27:37 UTC (rev 8939)
+++ code/player/trunk/cmake/internal/SearchForStuff.cmake 2010-10-12
00:46:54 UTC (rev 8940)
@@ -254,14 +254,14 @@
SET (phidgetHeader "phidget21.h")
SET (phidgetCFlags "")
ELSE ("${PHIDGET_INCLUDE_DIR}" STREQUAL "")
- SET (phidgetHeader "${PHIDGET_DIR}/include/phidget21.h")
- SET (phidgetCFlags "-I${PHIDGET_DIR}/include")
+ SET (phidgetHeader "${PHIDGET_INCLUDE_DIR}/phidget21.h")
+ SET (phidgetCFlags "-I${PHIDGET_INCLUDE_DIR}")
ENDIF ("${PHIDGET_INCLUDE_DIR}" STREQUAL "")
IF ("${PHIDGET_LIB_DIR}" STREQUAL "")
SET (phidgetLinkFlags "-lphidget21")
ELSE ("${PHIDGET_LIB_DIR}" STREQUAL "")
- SET (phidgetLinkFlags " -L${PHIDGET_DIR} -lphidget21")
+ SET (phidgetLinkFlags " -L${PHIDGET_LIB_DIR} -lphidget21")
ENDIF ("${PHIDGET_LIB_DIR}" STREQUAL "")
IF (HAVE_DNS_SD)
@@ -282,4 +282,4 @@
IF (HAVE_PHIDGET_H AND HAVE_DNS_SD)
SET(HAVE_PHIDGET true)
ENDIF (HAVE_PHIDGET_H AND HAVE_DNS_SD)
-
\ No newline at end of file
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit