mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
libconfuse: add optional dependency on gettext
When available, libconfuse will use the libintl provided by the gettext package. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> [Thomas: make it really an optional dependency.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
834ae8ce82
commit
0d68771e54
@ -14,5 +14,9 @@ HOST_LIBCONFUSE_DEPENDENCIES = host-flex
|
|||||||
LIBCONFUSE_LICENSE = ISC
|
LIBCONFUSE_LICENSE = ISC
|
||||||
LIBCONFUSE_LICENSE_FILES = LICENSE
|
LIBCONFUSE_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
||||||
|
LIBCONFUSE_DEPENDENCIES += gettext
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user