From 0213b9bf7e43798e4528c1994b3ac17ec82ab3ac Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 24 Aug 2022 17:46:55 +0300 Subject: [PATCH] libsdl2-gfx: Add homepage information Signed-off-by: Marko Lindqvist --- dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb index 2364c75..a6d7752 100644 --- a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb +++ b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb @@ -1,6 +1,8 @@ DESCRIPTION = "SDL2 graphics drawing primitives and other support functions." SECTION = "libs" +HOMEPAGE = "https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/" + LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://COPYING;md5=e04e1feb331457e9da15e0c88d0e8097"