mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/brltty: add pcre optional dependency
pcre/pcre2 has been added in version 6.0 with: -579cae458a
-e7f36c00db
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
def0f8d134
commit
6fe9779dbc
@ -78,6 +78,16 @@ else
|
|||||||
BRLTTY_CONF_OPTS += --without-curses
|
BRLTTY_CONF_OPTS += --without-curses
|
||||||
endif
|
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
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||||
BRLTTY_DEPENDENCIES += systemd
|
BRLTTY_DEPENDENCIES += systemd
|
||||||
BRLTTY_CONF_OPTS += --with-service-package
|
BRLTTY_CONF_OPTS += --with-service-package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user