Commit 8989ecda authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

flex: only needs gettext if locale is selected

parent 2ffad2a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_FLEX
	bool "flex"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	help
	  A fast lexical analyser generator.  A tool for generating
	  programs that perform pattern-matching on text.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ FLEX_INSTALL_STAGING = YES
FLEX_LICENSE = FLEX
FLEX_LICENSE_FILES = COPYING
FLEX_DEPENDENCIES = \
	$(if $(BR2_PACKAGE_GETTEXT),gettext) host-m4
	$(if $(BR2_PACKAGE_GETTEXT_IF_LOCALE),gettext) host-m4
# we don't have a host-gettext/libintl
HOST_FLEX_DEPENDENCIES = host-m4