You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
499 B
17 lines
499 B
################################################################################
|
|
#
|
|
# fribidi
|
|
#
|
|
################################################################################
|
|
|
|
FRIBIDI_VERSION = 1.0.10
|
|
FRIBIDI_DIR = fribidi-$(FRIBIDI_VERSION)
|
|
FRIBIDI_SOURCE = fribidi-$(FRIBIDI_VERSION).tar.xz
|
|
FRIBIDI_SITE = https://github.com/fribidi/fribidi/releases/download/v$(FRIBIDI_VERSION)
|
|
|
|
FRIBIDI_CONF_OPTS = \
|
|
--disable-debug \
|
|
--disable-deprecated
|
|
|
|
fribidi: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|