summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.90.0 with larger refactoringsv1.90.0Benjamin Berg2022-07-211-1/+1
| | | | | | The version number has been bumped to be able to maintain multiple branches without conflict. This version bump is not associated with a API/ABI break.
* Release 0.99.19v0.99.19Benjamin Berg2022-06-081-1/+1
|
* Release 0.99.18v0.99.18Benjamin Berg2022-05-171-1/+1
|
* meson: Bump required glib version to 2.58Benjamin Berg2022-05-101-1/+1
|
* meson: Bump meson version and fix deprecationsBenjamin Berg2022-05-101-4/+4
|
* rules: Update udev rules and migrate to use hwdbBenjamin Berg2022-04-011-0/+6
| | | | | | | | | This makes rule matching more efficient. We just need to copy the variables over into the hiddev device so that there is no need to change the C code to match the parent USB device. That said, the change in C wouldn't be that hard either. See https://github.com/networkupstools/nut/pull/1342
* Release 0.99.17v0.99.17Benjamin Berg2022-03-091-1/+1
|
* meson.build: Output correct paths for sbindir and datadirPierre Labastie2022-03-051-2/+2
|
* Release 0.99.16v0.99.16Benjamin Berg2022-02-231-1/+1
|
* Release 0.99.15v0.99.15Benjamin Berg2022-02-091-1/+1
|
* meson: Return a disabler if xsltproc is not foundBenjamin Berg2022-02-071-1/+1
| | | | Fixes: #170
* build: Fix missing libm link on some platformsBastien Nocera2022-02-071-0/+1
| | | | This should fix the PPC64 and ARMv7 builds.
* build: Fix default udevrulesdirJan Alexander Steffens (heftig)2022-02-051-1/+1
| | | | We need to append 'rules.d' to the udev_dir.
* Release 0.99.14v0.99.14Benjamin Berg2022-02-021-1/+1
|
* build: Fix libplist 1.x buildsBastien Nocera2021-09-131-1/+1
| | | | | When libplist-2.0 isn't available, fallback to requiring libplist 1.x to build the iDevice support.
* build: Fix compiling with idevice disabledIan Douglas Scott2021-09-101-1/+1
|
* build: Fix idevice support always being offBastien Nocera2021-09-071-0/+1
|
* build: Support building upower with mesonBenjamin Berg2021-09-021-0/+143