mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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:
@@ -10,12 +10,15 @@ COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
lib:sdl_image = $portVersion compat >= 1.2
|
||||
sdl_image =$portVersion
|
||||
lib:libSDL_image_1.2 = $portVersion compat >= 1.2
|
||||
devel:libSDL_image = $portVersion compat >= 1.2
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
libsdl
|
||||
lib:libjpeg
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -56,4 +59,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
fixPkgconfig
|
||||
prepareInstalledDevelLib libSDL_image
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user