diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-04-12 19:42:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-04-12 19:42:08 +0000 |
commit | 1594c4bc2b046e14170ca19aa151af505a6220e2 (patch) | |
tree | 1dd9502648c0696b7a511ac388c485672d76b1ac /driver/xf86-video-intel/Makefile.am | |
parent | c9934e651b2fc1f3d0bce17e08b22b03ae8d374b (diff) |
Update to xf86-video-intel 2.99.916
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@.
newer X.Org (2.99.917 or master) version cause corruption on older
machines (X40, i965), probably caused by a bug in our kernel,
under investigation by kettenis@.
Diffstat (limited to 'driver/xf86-video-intel/Makefile.am')
-rw-r--r-- | driver/xf86-video-intel/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/driver/xf86-video-intel/Makefile.am b/driver/xf86-video-intel/Makefile.am index 71c7698de..418fdc920 100644 --- a/driver/xf86-video-intel/Makefile.am +++ b/driver/xf86-video-intel/Makefile.am @@ -20,11 +20,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 -SUBDIRS = man xvmc src - -if BUILD_TOOLS -SUBDIRS += tools -endif +SUBDIRS = man libobj xvmc src tools MAINTAINERCLEANFILES = ChangeLog INSTALL |