diff options
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb new file mode 100644 index 0000000000..d707b6c9b4 --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb | |||
@@ -0,0 +1,20 @@ | |||
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 = "libsdl" | ||
7 | |||
8 | SRC_URI = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz" | ||
9 | SRC_URI[sha256sum] = "dfb15ac5f8ce7a4952dc12d2aed9747518c5e6b335c0e31636d23f93c630f419" | ||
10 | |||
11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/" | ||
12 | |||
13 | S = "${UNPACKDIR}/SDL_gfx-${PV}" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | EXTRA_OECONF += " \ | ||
18 | --disable-mmx \ | ||
19 | " | ||
20 | |||