creatensis.pl: update ecw/mrsid package reference

git-svn-id: http://svn.osgeo.org/qgis/trunk@15805 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-04-22 11:25:44 +00:00
parent 5dea161d93
commit aba3d39e27

View File

@ -100,12 +100,12 @@ getDeps($_) for @ARGV;
if(-f "../addons/bin/NCSEcw4_RO.dll") {
print "Enabling ECW support...\n" if $verbose;
getDeps("gdal17-ecw")
getDeps("gdal-ecw")
}
if(-f "../addons/bin/lti_dsdk_dll.dll") {
print "Enabling MrSID support...\n" if $verbose;
getDeps("gdal17-mrsid")
getDeps("gdal-mrsid")
}
foreach my $p ( keys %pkgs ) {