mesa-demos: doesn't install anything, fix that

This commit is contained in:
MilhouseVH 2020-01-25 06:36:30 +00:00
parent d829752181
commit beffb59d44

View File

@ -15,5 +15,8 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--without-glut" PKG_CONFIGURE_OPTS_TARGET="--without-glut"
makeinstall_target() { 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
} }