diff options
author | 2015-02-23 12:50:55 -0800 | |
---|---|---|
committer | 2015-02-23 12:50:55 -0800 | |
commit | 65dfa293369b67a509ba0b6ef8084512b9f180bb (patch) | |
tree | 82a74d7e4ce7aff92b809184010912d5e0f7eb1f /x11-drivers | |
parent | still playing with x264 (diff) | |
download | arm-65dfa293369b67a509ba0b6ef8084512b9f180bb.tar.gz arm-65dfa293369b67a509ba0b6ef8084512b9f180bb.tar.bz2 arm-65dfa293369b67a509ba0b6ef8084512b9f180bb.zip |
test version of glamo driver for mndar
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-glamo/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-glamo/Manifest b/x11-drivers/xf86-video-glamo/Manifest new file mode 100644 index 0000000..7c7c1c7 --- /dev/null +++ b/x11-drivers/xf86-video-glamo/Manifest @@ -0,0 +1 @@ +EBUILD xf86-video-glamo-9999.ebuild 756 SHA256 d4bcddfc167c35023abfba2afbd5de417a5a2b24ac3f4e5b991b75d306c6acc0 SHA512 55ea5cf97fb2e01eeb5cf2dab6728be96024f34877e6f1d8475febe1bfbb2049a38d5708fbf212fe55f02d6aa26d7ae2c41315a66330f9573878be8f3108214d WHIRLPOOL 151132d5345f9e1a071cb91eb2889e469c5de877c4bfe36d7f1963f8605b3dfa343c8a0f3924944a03e23406af2bb58465a896eec00a1c09c0aa05597afe6a64 diff --git a/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild new file mode 100644 index 0000000..f0a63f7 --- /dev/null +++ b/x11-drivers/xf86-video-glamo/xf86-video-glamo-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +EGIT_REPO_URI="git://git.openmoko.org/git/xf86-video-glamo.git" +EGIT_PROJECT="xf86-video-glamo" + +inherit autotools-utils xorg-2 git-2 + +DESCRIPTION="Openmoko driver for freerunner devices" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="-* ~arm" + +RDEPEND=">=x11-base/xorg-server-1.5" + +DEPEND="${RDEPEND} + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto + x11-proto/videoproto + =x11-libs/libdrm-2.4.20[video_cards_glamo]" + +AUTOTOOLS_IN_SOURCE_BUILD="yes" +AUTOTOOLS_AUTORECONF="yes" +CONFIGURE_OPTIONS="--enable-kms" + +#src_prepare() { +# test -d "${S}"/m4 || mkdir "${S}"/m4 +# autotools-utils_src_prepare +#} |