summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libsdl-ttf/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libsdl-ttf/files')
-rw-r--r--meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 000000000..2d5bd6d91
--- /dev/null
+++ b/meta-oe/recipes-support/libsdl-ttf/files/automake_foreign.patch
@@ -0,0 +1,13 @@
1Index: 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