Forráskód Böngészése

package/sdl2_ttf: drop FREETYPE_CONFIG

FREETYPE_CONFIG is not used since version 2.0.15 and
https://github.com/libsdl-org/SDL_ttf/commit/50d72e55315e25d34f4209824275e3b1cbe6c6f8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fabrice Fontaine 3 éve
szülő
commit
997cd389eb
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      package/sdl2_ttf/sdl2_ttf.mk

+ 0 - 3
package/sdl2_ttf/sdl2_ttf.mk

@@ -12,9 +12,6 @@ SDL2_TTF_LICENSE_FILES = COPYING.txt
 SDL2_TTF_INSTALL_STAGING = YES
 SDL2_TTF_DEPENDENCIES = sdl2 freetype host-pkgconf
 
-SDL2_TTF_CONF_ENV = \
-	FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
-
 # x-includes and x-libraries must be set for cross-compiling
 # By default x_includes and x_libraries contains unsafe paths.
 # (/usr/include and /usr/lib)