diff options
Diffstat (limited to 'libsdl/libsdl-ttf_2.0.3.oe')
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index ddebe96c14..2a637bf5ca 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -5,8 +5,8 @@ RDEPENDS = "libc6 libsdl freetype" DEPENDS = "virtual/libc virtual/libsdl freetype" DESCRIPTION = "Simple DirectMedia Layer truetype font library." -SRC_URI = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ - file://${FILESDIR}/new-freetype-includes.patch;patch=1 +SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ + file://${FILESDIR}/new-freetype-includes.patch;patch=1" S = "${WORKDIR}/SDL_ttf-${PV}" inherit autotools libtool |