Merge pull request #48764 from zraexy/marble-include-fix
marble: Fix include install to dev output
This commit is contained in:
commit
d35c7f9a91
|
@ -14,4 +14,7 @@ mkDerivation {
|
|||
qtscript qtsvg qtquickcontrols qtwebkit shared-mime-info krunner kparts
|
||||
knewstuff gpsd
|
||||
];
|
||||
preConfigure = ''
|
||||
cmakeFlags+=" -DINCLUDE_INSTALL_DIR=''${!outputDev}/include"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue