mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
new package: libfribidi
[Peter: moved under 'Text and terminal handling'] Signed-off-by: Mikhail Boiko <mikhailboiko85@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
66bfe1d4fe
commit
cf6ec44578
@ -545,6 +545,7 @@ endmenu
|
|||||||
|
|
||||||
menu "Text and terminal handling"
|
menu "Text and terminal handling"
|
||||||
source "package/enchant/Config.in"
|
source "package/enchant/Config.in"
|
||||||
|
source "package/libfribidi/Config.in"
|
||||||
source "package/icu/Config.in"
|
source "package/icu/Config.in"
|
||||||
source "package/libiconv/Config.in"
|
source "package/libiconv/Config.in"
|
||||||
source "package/linenoise/Config.in"
|
source "package/linenoise/Config.in"
|
||||||
|
7
package/libfribidi/Config.in
Normal file
7
package/libfribidi/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_LIBFRIBIDI
|
||||||
|
bool "libfribidi"
|
||||||
|
help
|
||||||
|
GNU FriBidi is an implementation of the Unicode
|
||||||
|
Bidirectional Algorithm (bidi).
|
||||||
|
|
||||||
|
http://www.fribidi.org/
|
13
package/libfribidi/libfribidi.mk
Normal file
13
package/libfribidi/libfribidi.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# libfribidi
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LIBFRIBIDI_VERSION = 0.19.5
|
||||||
|
LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
|
||||||
|
LIBFRIBIDI_SITE = http://www.fribidi.org/download/
|
||||||
|
LIBFRIBIDI_LICENSE = LGPLv2.1+
|
||||||
|
LIBFRIBIDI_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
$(eval $(autotools-package))
|
Loading…
x
Reference in New Issue
Block a user