mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
5dea161d93
commit
aba3d39e27
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user