summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-10 21:38:05 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-10 21:57:55 -0700
commitdcbc93ee67d450aa28d3e91ef7a463d03f7f64ec (patch)
tree94273f9f6d642b1d521f18b2bddc67c7d9f35d16 /x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild
parentx11-drivers/xf86-input-synaptics: Version bump to 1.9.2 (diff)
downloadgentoo-dcbc93ee67d450aa28d3e91ef7a463d03f7f64ec.tar.gz
gentoo-dcbc93ee67d450aa28d3e91ef7a463d03f7f64ec.tar.bz2
gentoo-dcbc93ee67d450aa28d3e91ef7a463d03f7f64ec.zip
x11-drivers/xf86-video-mga: Version bump to 2.0.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild')
-rw-r--r--x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild
new file mode 100644
index 000000000000..25eaf396b06b
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Matrox video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ --disable-dri
+ )
+ xorg-3_src_configure
+}