CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/extras-buildpkgs/07-xf86-video-armsoc.conf
Views: 3959
1
# xf86-video-armsoc
2
local package_name="xf86-video-armsoc"
3
local package_repo="https://anongit.freedesktop.org/git/xorg/driver/xf86-video-armsoc.git"
4
local package_ref="tag:1.4.1"
5
local package_upstream_version="1.4.1"
6
local package_builddeps="dh-autoreconf libdrm-dev libudev-dev libxext-dev pkg-config x11proto-core-dev x11proto-fonts-dev x11proto-gl-dev x11proto-xf86dri-dev xutils-dev xserver-xorg-dev"
7
local package_install_target="xserver-xorg-video-armsoc-sun4i"
8
local package_component="${release}-desktop"
9
10
package_checkbuild()
11
{
12
# until we have access to properly licensed arm64 mali binary drivers
13
[[ $arch == armhf && $RELEASE != xenial ]]
14
}
15
16
package_checkinstall()
17
{
18
# TODO: enable installing this after testing and updating the repository
19
#[[ ( $LINUXFAMILY == sunxi || $LINUXFAMILY == sunxi64 ) && $BUILD_DESKTOP == yes && $BRANCH != default ]]
20
false
21
}
22
23