mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/brltty: remove optional support for pcre, keep pcre2
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
492155af6a
commit
6c81798b68
@@ -95,9 +95,6 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_PCRE2_32),y)
|
||||
BRLTTY_DEPENDENCIES += pcre2
|
||||
BRLTTY_CONF_OPTS += --with-rgx-package
|
||||
else ifeq ($(BR2_PACKAGE_PCRE_32),y)
|
||||
BRLTTY_DEPENDENCIES += pcre
|
||||
BRLTTY_CONF_OPTS += --with-rgx-package
|
||||
else
|
||||
BRLTTY_CONF_OPTS += --without-rgx-package
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user