first commit
This commit is contained in:
21
external/packages/extras-buildpkgs/07-xf86-video-armsoc.conf
vendored
Normal file
21
external/packages/extras-buildpkgs/07-xf86-video-armsoc.conf
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# xf86-video-armsoc
|
||||
local package_name="xf86-video-armsoc"
|
||||
local package_repo="https://anongit.freedesktop.org/git/xorg/driver/xf86-video-armsoc.git"
|
||||
local package_ref="tag:1.4.1"
|
||||
local package_upstream_version="1.4.1"
|
||||
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"
|
||||
local package_install_target="xserver-xorg-video-armsoc-sun4i"
|
||||
local package_component="${release}-desktop"
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
# until we have access to properly licensed arm64 mali binary drivers
|
||||
[[ $arch == armhf && $RELEASE != xenial ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
# TODO: enable installing this after testing and updating the repository
|
||||
#[[ ( $LINUXFAMILY == sunxi || $LINUXFAMILY == sunxi64 ) && $BUILD_DESKTOP == yes && $BRANCH != default ]]
|
||||
false
|
||||
}
|
||||
Reference in New Issue
Block a user