Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.0.20.0.2 | Mike Gabriel | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | src/rda_supported_technologies.h.in: Generate header file that knows what ↵ | Mike Gabriel | 2018-11-05 | 1 | -2/+7 |
| | | | | RDA technologies are supported after build. | ||||
* | configure.ac: For the configure summary, set enable_<rdp-type>=no if not ↵ | Mike Gabriel | 2018-11-02 | 1 | -0/+4 |
| | | | | explicitly enabled. | ||||
* | Fix defines: WITH_X2GO_AWARENESS, WITH_OGON_AWARENESS | rbuj | 2018-10-12 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | They are always enabled: - Edit debian/rules - Remove --enable-x2go or --enable-ogon line - Run $ debuild -b -uc -us - Check config.log e.g. $ cat config.log | grep WITH_X2GO_AWARENESS | #define WITH_X2GO_AWARENESS /**/ | #define WITH_X2GO_AWARENESS /**/ $ cat config.log | grep WITH_OGON_AWARENESS | #define WITH_OGON_AWARENESS /**/ | #define WITH_OGON_AWARENESS /**/ $ cat debian/rules .. override_dh_auto_configure: dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ --enable-x2go \ $(NULL) | ||||
* | configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING. | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | configure.ac et al.: Make it possible to enable/disable awareness for the ↵ | Mike Gabriel | 2018-09-08 | 1 | -0/+23 |
| | | | | supported remote desktop technologies at build time. | ||||
* | configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵ | Mike Gabriel | 2018-09-08 | 1 | -1/+1 |
| | | | | FTBFS on Ubuntu 16.04). | ||||
* | initial draft of the RDA shared library | Mike Gabriel | 2018-06-27 | 1 | -0/+112 |