summaryrefslogtreecommitdiff
path: root/test cases/frameworks/21 libwmf
Commit message (Collapse)AuthorAgeFilesLines
* ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens2020-05-111-1/+1
| | | | | | | | | The system tool is always the wrong thing to use and cause hard to debug issues when trying to link system libraries with cross built binaries. The ExternalDependency base class already had a method to deal with this, used by PkgConfigDependency and QtBaseDependency, so it should make things more consistent.
* Workaround for Debian bug 912563.Jussi Pakkanen2018-11-071-1/+5
| | | | | Libwmf uses Freetype headers but does not have include paths for them by default.
* Tests for version constraints on custom lookup dependenciesJon Turney2018-08-261-0/+4
|
* tests: skip libwmf test if libwmf-config not installedDylan Baker2017-12-201-0/+5
|
* Use ConfigToolDependency for libwmfDylan Baker2017-11-231-0/+5
|
* tests: fix libwmf versionDylan Baker2017-11-231-1/+1
| | | | | The current latest version is 0.2.8, but the test expects 3.0. 0.2.8 was released in 2011, so it seems quite safe to require the latest version.
* Add LibWmf as a specified dependency, and associated tests.Félix Piédallu2017-10-312-0/+17