Opened 12 months ago
Closed 12 months ago
#20812 closed enhancement (fixed)
dbus-1.16.0 (Wait for lfs)
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (6)
comment:1 by , 12 months ago
comment:2 by , 12 months ago
| Summary: | dbus-1.16.0 → dbus-1.16.0 (Wait for lfs) |
|---|
comment:3 by , 12 months ago
mkdir build
cd build
# Most options we explicitly gave to "./configure" are not needed now
meson setup --prefix=/usr --buildtype=release ..
ninja
ninja test
sudo ninja install
sudo mv -v /usr/share/doc/dbus{,-1.16.0}
# if running unit tests, reconfigure the build after installation:
meson configure -D asserts=true -D intrusive_tests=true
ninja test
comment:4 by , 12 months ago
Oh, we also need --wrap-mode=nofallback or it'll download a Glib copy for some tests, if Glib is not installed.
comment:5 by , 12 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:6 by , 12 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Build system and dependencies:
Behaviour changes:
Feature removals:
New features and significant bug fixes: