Disallow using stlport by just adding /stlport//stlport

to sources.  This logic was trying to use non-free
usage requirements that are not supported, and can
potentially result in inconsistent builds.


[SVN r39646]
This commit is contained in:
Vladimir Prus 2007-10-01 18:53:05 +00:00
parent ee271bde3a
commit 1274bfa7a5

View File

@ -253,21 +253,6 @@ class stlport-target-class : basic-target
}
}
#~ Allow setting up to use STLport by only using the library target
#~ /stlport//stlport.
#~ TODO: Make it possible to use /stlport//stlport/<version>5.0 to select
#~ a specific configured version.
if $(self.version)
{
usage-requirements +=
<stdlib>stlport-$(self.version) ;
}
else
{
usage-requirements +=
<stdlib>stlport ;
}
return [ property-set.create $(usage-requirements) ] ;
}
}