mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix the recipes for SDL, SDL-image and SDL-ttf
* sdl-config return the right path for --lib * fix dependencies, provides, and more policy warnings.
This commit is contained in:
@@ -11,7 +11,6 @@ ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libsdl = $portVersion compat >= 1.2
|
||||
cmd:sdl_config = portVersion compat >= 1.2
|
||||
lib:libsdl = $portVersion compat >= 1.2
|
||||
lib:libSDL = $portVersion compat >= 1.2
|
||||
lib:libSDL_1.2 = 0.11.4 compat >= 0.11
|
||||
@@ -58,13 +57,14 @@ INSTALL()
|
||||
|
||||
# devel package
|
||||
prepareInstalledDevelLibs \
|
||||
libSDL \
|
||||
libSDL libSDL-1.2 \
|
||||
libSDLmain
|
||||
|
||||
fixPkgconfig
|
||||
fixDevelopLibDirReferences $binDir/sdl-config
|
||||
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir $binDir/sdl-config
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
Reference in New Issue
Block a user