g4klx / ircDDBGateway

The ircDDB Gateway for D-Star
GNU General Public License v2.0
61 stars 41 forks source link

Remove GUICommon dependency from Makefile #55

Closed sq7lrx closed 4 years ago

sq7lrx commented 4 years ago

Removes any GUI related dependencies from the Makefile that is intended to build only console (GUI-less) applications. As a result developers can just install wxGTK-base-dev to compile a solution on embedded devies instead of a full wxGTK-dev that weights a ton.

This also removes ircDDBGatewayConfig as a build target for non-gui build, as the former is a GUI application.