mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-17 01:09:18 +00:00
SDL2_net does not install SDL2_net.pc. Thus, libsdl2-net cannot package the file. Fix this by applying an upstream patch. Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
19 lines
541 B
BlitzBasic
19 lines
541 B
BlitzBasic
DESCRIPTION = "Simple DirectMedia Layer networking library."
|
|
SECTION = "libs/network"
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=68a088513da90254b2fbe664f42af315"
|
|
|
|
SRC_URI = " \
|
|
https://www.libsdl.org/projects/SDL_net/release/SDL2_net-${PV}.tar.gz \
|
|
file://0001-cmake-always-install-SDL2_net.pc.patch \
|
|
"
|
|
S = "${UNPACKDIR}/SDL2_net-${PV}"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
DEPENDS = "virtual/libsdl2"
|
|
|
|
SRC_URI[sha256sum] = "4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb"
|
|
|
|
FILES:${PN} += "${datadir}/licenses"
|