diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-22 23:45:44 +0000 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2008-09-22 23:45:44 +0000 |
commit | 798a9f55d1989df4039d1f25a5d0a5ed4f54ea4c (patch) | |
tree | 899140509b81cfcfc2b13024498dc8fdeb1bc019 /packages/libsdl/libsdl-gfx_2.0.17.bb | |
parent | 81036f22323d2e6d13c6f1ed6a04959303b0aae5 (diff) | |
parent | a16bdbd12e3f49da4d6f4e8da25e14dd93df7417 (diff) |
merge of '9ed842c8829018871f79ce96e77189742d9b7c6b'
and 'ba6a6901de641366d142b6f40df71611efb5ff81'
Diffstat (limited to 'packages/libsdl/libsdl-gfx_2.0.17.bb')
-rw-r--r-- | packages/libsdl/libsdl-gfx_2.0.17.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl-gfx_2.0.17.bb b/packages/libsdl/libsdl-gfx_2.0.17.bb new file mode 100644 index 0000000000..79af40ae1d --- /dev/null +++ b/packages/libsdl/libsdl-gfx_2.0.17.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Simple DirectMedia Layer graphic primitives library." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "zlib libpng jpeg virtual/libsdl" +LICENSE = "LGPL" + +SRC_URI = "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/SDL_gfx-${PV}.tar.gz" +S = "${WORKDIR}/SDL_gfx-${PV}" + +inherit autotools + +EXTRA_OECONF = "--disable-mmx" + +do_stage() { + autotools_stage_all +} + |