Fixed devel for sdl_ttf and sdl_mixer so that they are now detected and built if needed by higher level package.

This commit is contained in:
Scott McCreary
2013-11-01 16:45:12 -07:00
parent bb952bd1ba
commit f68546adda
2 changed files with 7 additions and 3 deletions

View File

@@ -69,7 +69,8 @@ INSTALL()
{
make install
prepareInstalledDevelLib libSDL_mixer
prepareInstalledDevelLibs libSDL_mixer \
libSDL_mixer-1.2
fixPkgconfig
packageEntries devel \
@@ -78,6 +79,7 @@ INSTALL()
PROVIDES_devel="
sdl_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
devel:sdl_mixer$secondaryArchSuffix = 1.2.12 compat >= 1.2
devel:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 0
devel:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0
"

View File

@@ -60,7 +60,8 @@ INSTALL()
{
make install
prepareInstalledDevelLib libSDL_ttf
prepareInstalledDevelLibs libSDL_ttf \
libSDL_ttf-2.0
fixPkgconfig
packageEntries devel \
@@ -69,6 +70,7 @@ INSTALL()
PROVIDES_devel="
sdl_ttf${secondaryArchSuffix}_devel = 2.0.11 compat >= 1.2
devel:sdl_ttf$secondaryArchSuffix = 2.0.11 compat >= 1.2
devel:libSDL_ttf$secondaryArchSuffix = 2.0_0.10.1 compat >= 2.0_0
devel:libSDL_ttf_2.0$secondaryArchSuffix = 0.10.1 compat >= 0
"