summaryrefslogtreecommitdiff
path: root/confs
Commit message (Collapse)AuthorAgeFilesLines
* scripts: OpenBSD Build Helper Script.Alastair Poole2021-04-231-1/+1
| | | | As per recent changes.
* confs - we dont need theser anymore as system/elogind are runtimeCarsten Haitzler (Rasterman)2021-04-182-6/+0
| | | | | efl runtiem detects elgoind vs systemd vs nothing at runtime - no need for build options anymore
* freebsd: eeze support if enabled.Alastair Poole2021-04-101-1/+1
| | | | | | | ifr_netmask is not available on FreeBSD. On Linux ifr_addr is same union. Peter2121 did this work.
* confs: Add OpenBSD Build Helper Scripts.Alastair Poole2020-08-201-0/+3
| | | | | As with E, add one for OpenBSD. Makes things easier in many respects.
* add build conf for win and osxCarsten Haitzler (Rasterman)2020-01-282-0/+12
| | | | | not sure if they totally work - but based on ci scripts and build scripts that peolpe do use.
* webp - promote to default onCarsten Haitzler (Rasterman)2020-01-285-6/+5
| | | | | | | | i just noticed a pattern... we recommend in our sample confs ... to not disable webp. why keep doing that and why not just make it a dep on by default you need to explicitly disable? make lives easier and less complex. it was a good exercise to write these as it points this out... :)
* add some sample configureations for a few os'sCarsten Haitzler (Rasterman)2020-01-255-0/+16
the idea is - if the configure fails .. provide the dep it's asking for. that simple. the rest of the build is the same (ninja -C build etc.)