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
"