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

33 lines
737 B
Bash
Raw Permalink Normal View History

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
XORG_DRI=always
2018-12-11 21:23:42 -06:00
#EGIT_REPO_URI="https://github.com/ssvb/xf86-video-fbturbo.git"
2018-12-11 21:53:27 -06:00
#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)"
2018-12-11 21:53:27 -06:00
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"