mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Empty Gadget is required for new splits.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@865 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
19bc523d3b
commit
b76ed714c8
@ -10,16 +10,15 @@ SUBDIRS = plugin_coreplugin
|
||||
#plugin_donothing.subdir = donothing
|
||||
#plugin_donothing.depends = plugin_coreplugin
|
||||
|
||||
# Another example, with more details such as options page
|
||||
# Empty UAVGadget
|
||||
#plugin_emptygadget.subdir = emptygadget
|
||||
#plugin_emptygadget.depends = plugin_coreplugin
|
||||
#SUBDIRS += plugin_emptygadget
|
||||
|
||||
|
||||
# Core Plugin
|
||||
plugin_coreplugin.subdir = coreplugin
|
||||
|
||||
# Empty UAVGadget - Default for new splits
|
||||
plugin_emptygadget.subdir = emptygadget
|
||||
plugin_emptygadget.depends = plugin_coreplugin
|
||||
SUBDIRS += plugin_emptygadget
|
||||
|
||||
# Welcome Plugin
|
||||
plugin_welcome.subdir = welcome
|
||||
plugin_welcome.depends = plugin_coreplugin
|
||||
|
Loading…
Reference in New Issue
Block a user