gentoo-overlay/x11-drivers/xf86-video-fbturbo/xf86-video-fbturbo-9999-r103.ebuild

32 lines
737 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
XORG_DRI=always
#EGIT_REPO_URI="https://github.com/ssvb/xf86-video-fbturbo.git"
#EGIT_REPO_URI="https://github.com/schaal/xf86-video-fbturbo.git"
EGIT_REPO_URI="https://github.com/KenjiBrown/xf86-video-fbturbo.git"
EGIT_BRANCH="aarch64-gentoo"
AUTOTOOLS_AUTO_DEPEND="no"
inherit autotools xorg-3 git-r3
DESCRIPTION="FBTurbo ARM video driver (based on sunxifb)"
KEYWORDS="~arm ~arm64"
RDEPEND=">=x11-base/xorg-server-1.3
gles2? (
( >=x11-libs/libdrm-2.4.36[video_cards_exynos] )
( x11-libs/libump )
)"
DEPEND="${RDEPEND}"
IUSE="gles2"
AUTOTOOLS_IN_SOURCE_BUILD="yes"
AUTOTOOLS_AUTORECONF="yes"