mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
SDL2_mixer: fix missing provides.
This commit is contained in:
@@ -28,7 +28,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL$secondaryArchSuffix # No clue, it wants it
|
||||
lib:libSDL2$secondaryArchSuffix
|
||||
lib:libSDL2_2.0$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libflac$secondaryArchSuffix
|
||||
# lib:libfluidsynth$secondaryArchSuffix
|
||||
@@ -79,6 +79,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_mixer
|
||||
prepareInstalledDevelLibs libSDL2_mixer-2.0
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
@@ -89,6 +90,7 @@ PROVIDES_devel="
|
||||
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user