Revision: 6425
http://playerstage.svn.sourceforge.net/playerstage/?rev=6425&view=rev
Author: gerkey
Date: 2008-05-11 17:09:57 -0700 (Sun, 11 May 2008)
Log Message:
-----------
tweaked libstage installation to use versioned header location; removed bogus
playercore dependency from libstage
Modified Paths:
--------------
code/stage/trunk/libstage/Makefile.am
code/stage/trunk/stage.pc.in
Modified: code/stage/trunk/libstage/Makefile.am
===================================================================
--- code/stage/trunk/libstage/Makefile.am 2008-05-11 22:31:33 UTC (rev
6424)
+++ code/stage/trunk/libstage/Makefile.am 2008-05-12 00:09:57 UTC (rev
6425)
@@ -5,7 +5,8 @@
# $Id: Makefile.am,v 1.11 2008-04-01 23:57:41 rtv Exp $
# install the header file for the Stage library
-include_HEADERS = stage.hh
+versionedincludedir = $(prefix)/include/stage-3.0
+versionedinclude_HEADERS = stage.hh
# install the color database
pkgdata_DATA = rgb.txt
Modified: code/stage/trunk/stage.pc.in
===================================================================
--- code/stage/trunk/stage.pc.in 2008-05-11 22:31:33 UTC (rev 6424)
+++ code/stage/trunk/stage.pc.in 2008-05-12 00:09:57 UTC (rev 6425)
@@ -3,6 +3,6 @@
Name: stage
Description: Stage robot simulation C library and Player plugin - part of the
Player/Stage Project
Version: @VERSION@
-Requires: gtk+-2.0 >= 2.4 gthread-2.0 >= 2.4 playercore >= 2.1 playerc >= 2.1
+Requires: gtk+-2.0 >= 2.4 gthread-2.0 >= 2.4
Libs: -L${prefix}/lib -lstage
Cflags: -I${prefix}/include/stage-3.0
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit