qt55.qtlocation: don't try to wrap missing module

This commit is contained in:
Thomas Tuegel 2016-07-17 06:57:47 -05:00
parent 957a0f6599
commit 6dc6ae0ebe

View file

@ -4,7 +4,6 @@ qtSubmodule {
name = "qtlocation";
qtInputs = [ qtbase qtmultimedia ];
postFixup = ''
fixQtModuleCMakeConfig "Location"
fixQtModuleCMakeConfig "Positioning"
'';
}