diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-10-03 23:14:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-04 08:52:54 -0700 |
commit | 184c1366147b5e05db94283c767431d154bc7941 (patch) | |
tree | aec4e0a7b60d60b39c5f6dbe435eb1d87371b824 /meta-oe | |
parent | fba08d19904e424b3728da70f90514c518d3f43c (diff) | |
download | meta-openembedded-184c1366147b5e05db94283c767431d154bc7941.tar.gz |
libsdl-gfx: initial add 2.0.25
Recipes like this live in in meta-games and meta-game-emulators. Once applied
here, pull requests will go out.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.25.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.25.bb b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.25.bb new file mode 100644 index 000000000..b077a0bdf --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.25.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "SDL graphics drawing primitives and other support functions" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "Zlib" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d1de21f0b70830e299905eac3419084" | ||
5 | |||
6 | DEPENDS = "virtual/libsdl" | ||
7 | |||
8 | SRC_URI = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz" | ||
9 | SRC_URI[md5sum] = "ea24ed4b82ff1304809c363494fa8e16" | ||
10 | SRC_URI[sha256sum] = "556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0" | ||
11 | |||
12 | S = "${WORKDIR}/SDL_gfx-${PV}" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | EXTRA_OECONF += " \ | ||
17 | --disable-mmx \ | ||
18 | " | ||
19 | |||