#TODO not compiled or tested # build instructions: https://github.com/wxWidgets/wxWidgets/blob/master/docs/gtk/install.md [source] tar = "https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.4/wxWidgets-3.2.4.tar.bz2" [build] template = "configure" configureflags = [ "--with-gtk", ] dependencies = [ "gtk3", ]