diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-09-26 14:47:53 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-09-26 14:47:53 (GMT) |
commit | a7675f50618abf98185ad7a2faff6763f89e4baa (patch) | |
tree | d76537db71634742d204edb28ab02a3bd77f6b21 | |
parent | 2b8e11d6b4ba0c445be854cbd4475aeaaf86471d (diff) | |
download | mxe-a7675f50618abf98185ad7a2faff6763f89e4baa.zip mxe-a7675f50618abf98185ad7a2faff6763f89e4baa.tar.gz mxe-a7675f50618abf98185ad7a2faff6763f89e4baa.tar.bz2 |
added missing dependency to package libass
-rw-r--r-- | src/libass.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libass.mk b/src/libass.mk index 6af3e04..ef182ec 100644 --- a/src/libass.mk +++ b/src/libass.mk @@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.xz $(PKG)_WEBSITE := http://code.google.com/p/libass/ $(PKG)_URL := http://libass.googlecode.com/files/$($(PKG)_FILE) -$(PKG)_DEPS := gcc freetype fontconfig +$(PKG)_DEPS := gcc freetype fontconfig fribidi define $(PKG)_UPDATE wget -q -O- 'http://code.google.com/p/libass/downloads/list?sort=-uploaded' | \ |