mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
|
||
|
# Add a dependency on the build image unless NO_BUILD=1.
|
||
|
|
||
|
[Match]
|
||
|
Environment=!NO_BUILD=1
|
||
|
|
||
|
[Config]
|
||
|
Dependencies=build
|