Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
130f1b7b
Commit
130f1b7b
authored
Jul 04, 2011
by
Rémi Denis-Courmont
Browse files
contrib: build fribidi only if needed
parent
b8fd5718
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/fribidi/rules.mak
View file @
130f1b7b
...
...
@@ -3,6 +3,9 @@ FRIBIDI_VERSION := 0.19.2
FRIBIDI_URL
:=
http://fribidi.org/download/fribidi-
$(FRIBIDI_VERSION)
.tar.gz
PKGS
+=
fribidi
ifeq
($(call need_pkg,"fribidi"),)
PKGS_FOUND
+=
fribidi
endif
$(TARBALLS)/fribidi-$(FRIBIDI_VERSION).tar.gz
:
$(
call
download,
$(FRIBIDI_URL)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment