| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Since libidn2 is now available in Arch official repositories, let's use
it instead of libidn.
|
| |
|
|
|
|
|
|
|
|
| |
This way these dirs will be created automatically if they are missing,
thus always guaranteeing optimal speedy behaviour.
(Well at least, after https://github.com/systemd/mkosi/pull/181 is
merged)
|
|
|
| |
libidn -> libidn2
|
|
|
|
|
| |
v2:
- also mention m4
|
|
|
| |
This seems to be required since the move to meson.
|
|
|
|
| |
This reverts the mkosi.arch part of a8a2a0ed64. libidn2 is only
available on AUR, which mkosi doesn’t support.
|
|\
| |
| | |
WakeSystem= and other timer fixes.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Recent systemd compiled in a build root which had libidn2-devel installed would
not run in the default installation root which had just libidn and did not have
libidn2. Since a8a2a0ed64f727c82e libidn2-devel (or equivalent) is installed in
the build root. Normally, since we install systemd in the installation root,
all dependencies that are needed for the compiled systemd to run are present,
but libidn2 is a new dependency, so the distro packages would just pull in
libidn, and not libidn2.
Temporily add libdn2 to explicitly specified Packages. We can remove that once
distro-compiled systemds have moved to libind2.
|
|
|
| |
Drop g++ package — it's only used for a test and we want to keep the mkosi installation footprint small-ish.
|
|
|
|
|
|
| |
* mkosi.debian: fix libidn2 package name
* mkosi.debian: drop duplicate diffutils package
* mkosi.debian: add missing g++ package
|
| |
|
| |
|
|
|
|
|
| |
For Fedora, the version is bumped to 26. In F25, ninja is still called ninja-build
(while the package with the rename is going through QA).
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
This way we can just type "make" in the .mkosi/ directory and the right thing
happens.
|
|/ |
|
|
|
|
|
| |
Our tests require "diff" and "tree", hence let's add them to the set of
development packages.
|
|\
| |
| | |
A prettification of the dissect code, mkosi and TODO updates
|
| |
| |
| |
| |
| | |
checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 10083: diff: command not found
no
|
|/ |
|
|
|
|
| |
No need to look back at the past. Fedora 25 is here (almost).
|
|
|
|
| |
No point in spamming the fs.
|
|
Since it looks like we'll wind up with a bunch of mkosi files for different
distros, it's probably better to keep them in a subdirectory.
|