aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06Replace change history data with a plain text NEWS fileDavid Robillard1-24/+0
2022-08-22Only install lv2specgen when required Python modules are foundDavid Robillard1-1/+5
2022-08-16Fix bundle installation directory on WindowsHannes Braun1-1/+1
2022-08-14Fix include flags in pkg-config fileHubert Figuière1-2/+1
2022-08-12LV2 1.18.8v1.18.8David Robillard1-1/+1
2022-08-12Fix documentation buildDavid Robillard1-0/+2
2022-08-07Avoid running checks or building documentation if Python is too oldDavid Robillard1-1/+10
2022-08-04Fix lv2.h missing from installationDavid Robillard1-0/+3
2022-07-19lv2specgen: Fix installed data pathsDavid Robillard1-1/+1
2022-07-17LV2 1.18.6v1.18.6David Robillard1-1/+1
2022-07-17Rearrange source tree to be directly usable by dependantsDavid Robillard1-54/+221
This allows the LV2 source distribution to be used as an include path for compilers and an LV2_PATH for applications, at the expense of self-contained bundles. That's a nice idea, but it made LV2 itself weird and annoying to depend on. This rearranges things so that directories in the source tree correspond more closely to installation directories. To make this possible, the "aux" directory in the documentation output has been changed to "style", to avoid the reserved name "aux" on Windows.
2022-07-17Switch to meson build systemDavid Robillard1-0/+194