diff options
Diffstat (limited to 'meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf/automake_foreign.patch')
| -rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf/automake_foreign.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf/automake_foreign.patch b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf/automake_foreign.patch new file mode 100644 index 0000000000..871e6e94ef --- /dev/null +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf/automake_foreign.patch | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | From f9c4ad3a171d676e3818b8f6897f325ccf0b2203 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 9 May 2017 00:57:10 -0700 | ||
| 4 | |||
| 5 | --- | ||
| 6 | Makefile.am | 2 ++ | ||
| 7 | 1 file changed, 2 insertions(+) | ||
| 8 | |||
| 9 | diff --git a/Makefile.am b/Makefile.am | ||
| 10 | index 8166d91..8e05e49 100644 | ||
| 11 | --- a/Makefile.am | ||
| 12 | +++ b/Makefile.am | ||
| 13 | @@ -2,6 +2,8 @@ | ||
| 14 | |||
| 15 | lib_LTLIBRARIES = libSDL2_ttf.la | ||
| 16 | |||
| 17 | +AUTOMAKE_OPTIONS = foreign | ||
| 18 | + | ||
| 19 | libSDL2_ttfincludedir = $(includedir)/SDL2 | ||
| 20 | libSDL2_ttfinclude_HEADERS = \ | ||
| 21 | SDL_ttf.h | ||
