first commit
This commit is contained in:
20
external/packages/extras-buildpkgs/06-xf86-video-fbturbo.conf
vendored
Executable file
20
external/packages/extras-buildpkgs/06-xf86-video-fbturbo.conf
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
# xf86-video-fbturbo
|
||||
# depends on libUMP
|
||||
# depends on libDRI on Jessie
|
||||
local package_name="xf86-video-fbturbo"
|
||||
local package_repo="https://github.com/ssvb/xf86-video-fbturbo.git"
|
||||
local package_ref="branch:master"
|
||||
local package_builddeps="dh-autoreconf pkg-config xserver-xorg-dev x11proto-core-dev x11proto-fonts-dev x11proto-randr-dev x11proto-render-dev x11proto-video-dev xutils-dev"
|
||||
local package_builddeps_xenial="libdri2-dev"
|
||||
local package_install_target="xserver-xorg-video-fbturbo"
|
||||
local package_component="${release}-desktop"
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
[[ $LINUXFAMILY == sun8i && $BRANCH == legacy && $BUILD_DESKTOP == yes ]]
|
||||
}
|
||||
Reference in New Issue
Block a user