armbian-build/extras-buildpkgs/90-libglshim.conf
2016-10-07 18:57:09 +03:00

18 lines
487 B
Plaintext

# glshim
local package_name="libglshim"
local package_repo="https://github.com/ptitSeb/glshim.git"
local package_ref="branch:master"
local package_builddeps="cmake libx11-dev libsdl1.2-dev"
local package_install_target="libglshim"
local package_component="${release}-desktop"
package_checkbuild()
{
[[ $arch == armhf ]]
}
package_checkinstall()
{
[[ $LINUXFAMILY == sun[4578]i && $BRANCH == default && $BUILD_DESKTOP == yes && $BOARD != orangepiplus2e && $BOARD != orangepiplus ]]
}