mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/perf: if zstd is enabled, depend on it
Enables the "-z" flag. Signed-off-by: Václav Kubernát <sir.venceslas@gmail.com> Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
99facff76c
commit
409b292887
@@ -69,6 +69,10 @@ else
|
||||
PERF_MAKE_FLAGS += NO_LIBAUDIT=1
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZSTD),y)
|
||||
PERF_DEPENDENCIES += zstd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUNWIND),y)
|
||||
PERF_DEPENDENCIES += libunwind
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user