mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
sdl2_mixer: Add libGL require to fix build
This commit is contained in:
@@ -27,6 +27,7 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libGL$secondaryArchSuffix # No clue, it wants it
|
||||
lib:libSDL2$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libflac$secondaryArchSuffix
|
||||
@@ -38,6 +39,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libSDL2$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libflac$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user