diff options
Diffstat (limited to 'meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch')
-rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch b/meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch deleted file mode 100644 index 2d5bd6d910..0000000000 --- a/meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | Index: SDL2_ttf-2.0.14/Makefile.am | ||
2 | =================================================================== | ||
3 | --- SDL2_ttf-2.0.14.orig/Makefile.am | ||
4 | +++ SDL2_ttf-2.0.14/Makefile.am | ||
5 | @@ -1,6 +1,8 @@ | ||
6 | # Makefile.am for the SDL truetype font loading library and viewer | ||
7 | lib_LTLIBRARIES = libSDL2_ttf.la | ||
8 | |||
9 | +AUTOMAKE_OPTIONS = foreign | ||
10 | + | ||
11 | libSDL2_ttfincludedir = $(includedir)/SDL2 | ||
12 | libSDL2_ttfinclude_HEADERS = \ | ||
13 | SDL_ttf.h | ||