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.
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.