mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
packages: indentation cleanup
This commit doesn't touch infra packages. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
42bb259af5
commit
bd8c733fb4
@@ -14,10 +14,10 @@ LIBCAP_DEPENDENCIES = host-libcap
|
||||
LIBCAP_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ATTR),y)
|
||||
LIBCAP_DEPENDENCIES += attr
|
||||
LIBCAP_HAVE_LIBATTR = yes
|
||||
LIBCAP_DEPENDENCIES += attr
|
||||
LIBCAP_HAVE_LIBATTR = yes
|
||||
else
|
||||
LIBCAP_HAVE_LIBATTR = no
|
||||
LIBCAP_HAVE_LIBATTR = no
|
||||
endif
|
||||
|
||||
# we don't have host-attr
|
||||
|
||||
Reference in New Issue
Block a user