20,741
edits
mNo edit summary |
|||
| Line 11: | Line 11: | ||
can we get a subset of required plugin needed by flightgear? we can simply disable the faulty ones of the time bieng if they are not needed? mxe allows you to apply patches to source from the *.mk file as well for this -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:58, 18 May 2015 (EDT) | can we get a subset of required plugin needed by flightgear? we can simply disable the faulty ones of the time bieng if they are not needed? mxe allows you to apply patches to source from the *.mk file as well for this -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 18:58, 18 May 2015 (EDT) | ||
:: sounds like a plan, I'd use <nowiki>grep -R</nowiki> and the | :: sounds like a plan, I'd use <nowiki>grep -R</nowiki> and the OSG_USEPLUGIN macro in $SG_SRC and $FG_SRC to see what's important. --[[User:Hooray|Hooray]] ([[User talk:Hooray|talk]]) 19:06, 18 May 2015 (EDT) | ||