diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-02-03 05:32:47 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2014-02-03 05:32:47 +0800 |
commit | aef6ab8a7f2682840fb77ecdeda732f17e8fc15a (patch) | |
tree | 7ba2b9c937f1db3009eaa22ba49acafb929e05c2 /x11-drivers | |
parent | 6329e64bb739d48318a91516c498e8269dd37b00 (diff) | |
download | xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar.gz xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar.bz2 xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar.lz xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar.xz xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.tar.zst xorg-devel-ports-aef6ab8a7f2682840fb77ecdeda732f17e8fc15a.zip |
Explicitly disable glamor. There are issues with the codepath taken
in mesa/xf86-video-ati. Basicly this code path isn't used at all on linux
and is probably bitrotten.
Discussed with: dumbbell@ (at fosdem)
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1377 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-intel/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index 775ea77..1f1eed8 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -23,6 +23,7 @@ PLIST_SUB+= OLD="" ATI_VERSION= 7.2.0 ATI_REVISION= 1 CONFIGURE_ARGS+=--disable-udev +CONFIGURE_ARGS+=--disable-glamor EXTRA_PATCHES+= ${FILESDIR}/extra-src__radeon_kms.c PLIST_SUB+= OLD="@comment " .endif diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index 708df7f..4fc879d 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -30,6 +30,7 @@ INTEL_VERSION= 2.21.15 INTEL_REVISION= 1 CONFIGURE_ENV+= xorg_cv_cc_flag__Wno_maybe_uninitialized=no CONFIGURE_ARGS+= --enable-sna +CONFIGURE_ARGS+= --disable-glamor MAKE_JOBS_UNSAFE=yes PLIST_SUB+= OLD="@comment " EXTRA_PATCHES+= ${PATCHDIR}/extra-src__sna__sna_threads.c \ |