mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
fi
|
||||||
|
|
||||||
if [ "$OPENGL" = "Mesa" ]; then
|
if [ "$OPENGL" = "Mesa" ]; then
|
||||||
PKG_DEPENDS="$PKG_DEPENDS Mesa"
|
PKG_DEPENDS="$PKG_DEPENDS Mesa glu"
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS Mesa glu"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Additional packages we need for using xorg-server:
|
# Additional packages we need for using xorg-server:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user