mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-24 16:36:21 +02:00
Interesting: libsdl-net is prepared well for using pkg-config to find SDL. Fixes: | arm-angstrom-linux-gnueabi-gcc: error: unrecognized command line option '--should-not-have-used-/usr/bin/sdl-config' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
19 lines
570 B
BlitzBasic
19 lines
570 B
BlitzBasic
DESCRIPTION = "Simple DirectMedia Layer networking library."
|
|
SECTION = "libs/network"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "virtual/libsdl"
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9cf3de2d872bf510f88eb20d06d700b5"
|
|
SRC_URI = " \
|
|
http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz \
|
|
file://libtool2.patch \
|
|
file://am_foreign.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/SDL_net-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI[md5sum] = "20e64e61d65662db66c379034f11f718"
|
|
SRC_URI[sha256sum] = "5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|