mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xorg-server: depends on package 'glu'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
00ad852515
commit
bddde10263
@ -47,8 +47,8 @@ if [ "$XINERAMA_SUPPORT" = "yes" ]; then
|
||||
fi
|
||||
|
||||
if [ "$OPENGL" = "Mesa" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS Mesa"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa"
|
||||
PKG_DEPENDS="$PKG_DEPENDS Mesa glu"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa glu"
|
||||
fi
|
||||
|
||||
# Additional packages we need for using xorg-server:
|
||||
|
Loading…
x
Reference in New Issue
Block a user