diff options
-rw-r--r-- | x11-libs/libdrm-armada/libdrm-armada-9999.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild b/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild new file mode 100644 index 0000000..a8122df --- /dev/null +++ b/x11-libs/libdrm-armada/libdrm-armada-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_REPO_URI="https://github.com/sarnold/libdrm-armada.git" + +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils git-2 + +DESCRIPTION="Armada/etnaviv libdrm buffer object management module" +HOMEPAGE="http://git.armlinux.org.uk/cgit/libdrm-armada.git" + +KEYWORDS="~arm ~arm-linux" +SLOT="0" +IUSE="" + +RDEPEND="media-libs/mesa[egl,gles1,gles2]" + +DEPEND="${RDEPEND} + >=x11-libs/libdrm-2.4.74:=[video_cards_vivante]" + +#AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_configure() { + autotools-utils_src_configure +} + +src_compile() { + autotools-utils_src_compile +} + +src_install() { + autotools-utils_src_install +} + |