summaryrefslogtreecommitdiffstats
path: root/src/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* sdevent: Support source destroy callbacksWilliam A. Kennington III2019-04-261-1/+1
| | | | | | | Will be needed to support heap allocated userdata and floating sources. Change-Id: I927acb3e03fb6c724e762b3ac47cd0d4d297ef87 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Use declare_dependency for librariesWilliam A. Kennington III2019-04-031-8/+14
| | | | | | | | | Now example binaries and tests don't have to be aware of the nuances for configuring the build to use the library. This makes the project library look like any other system dependency. Change-Id: Ife3bcd3dcbd423f08c513f9a05fc8cabff41e2f6 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Style fixWilliam A. Kennington III2019-04-031-3/+2
| | | | | Change-Id: I9b4b86ecfab6649671b24d957bd47c7e8e375e21 Signed-off-by: William A. Kennington III <wak@google.com>
* internal/sdref: Remove in favor of stdplus/handleWilliam A. Kennington III2019-03-291-3/+5
| | | | | | | | | | | We no longer need to roll our own managed handle type now that stdplus implements a generic one. Tested: Built and run through unit tests. Change-Id: Id34cd8d3ffacf7901d49cac335fa93f744f0e310 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Add version to libraryWilliam A. Kennington III2019-03-281-0/+1
| | | | | | | | Otherwise bitbake will treat it as a private library and not move it to the proper directory and generate the necessary shlib metadata. Change-Id: Ibc1409fd63ff1d73ef97e9fb7ed4aa370807c0a9 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Add alternative build systemWilliam A. Kennington III2018-12-131-0/+58
For now both autotools and meson will be maintained side by side. Eventually we should remove the autotools build system. Change-Id: I04382b17d5267ee218e2658fc163da17853f637a Signed-off-by: William A. Kennington III <wak@google.com>
OpenPOWER on IntegriCloud