mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
mesa-demos: doesn't install anything, fix that
This commit is contained in:
parent
d829752181
commit
beffb59d44
@ -15,5 +15,8 @@ PKG_TOOLCHAIN="autotools"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--without-glut"
|
||||
|
||||
makeinstall_target() {
|
||||
: # nop
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxdemo $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxgears $INSTALL/usr/bin
|
||||
cp -P src/xdemos/glxinfo $INSTALL/usr/bin
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user