mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/sway: enable bash-completion support
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
453b993ac1
commit
cb39803ee3
@@ -13,7 +13,6 @@ SWAY_CONF_OPTS = \
|
||||
-Dwerror=false \
|
||||
-Ddefault-wallpaper=false \
|
||||
-Dzsh-completions=false \
|
||||
-Dbash-completions=false \
|
||||
-Dfish-completions=false \
|
||||
-Dswaybar=false \
|
||||
-Dswaynag=false \
|
||||
@@ -34,4 +33,10 @@ else
|
||||
SWAY_CONF_OPTS += -Dgdk-pixbuf=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BASH_COMPLETION),y)
|
||||
SWAY_CONF_OPTS += -Dbash-completions=true
|
||||
else
|
||||
SWAY_CONF_OPTS += -Dbash-completions=false
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user