summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb
diff options
context:
space:
mode:
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.bb20
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 @@
1SUMMARY = "SDL graphics drawing primitives and other support functions"
2SECTION = "libs"
3LICENSE = "Zlib"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5d1de21f0b70830e299905eac3419084"
5
6DEPENDS = "libsdl"
7
8SRC_URI = "http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz"
9SRC_URI[sha256sum] = "dfb15ac5f8ce7a4952dc12d2aed9747518c5e6b335c0e31636d23f93c630f419"
10
11UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/sdlgfx/files/"
12
13S = "${UNPACKDIR}/SDL_gfx-${PV}"
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF += " \
18 --disable-mmx \
19"
20