mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #4144 from MilhouseVH/le10_mesa-demos-fix
mesa-demos: doesn't install anything, fix that
This commit is contained in:
commit
1e1a354a68
@ -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