diff options
author | Jakob Bornecrantz <[email protected]> | 2009-09-29 16:07:11 -0700 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-10-05 19:48:08 +0100 |
commit | f00da2a3ff59c1a7104ac25a1c6eba5a6050ad68 (patch) | |
tree | 61578c54a21671bc5385f1d262dfa4a34f9a369f /configure.ac | |
parent | c4b821a4c64d75d944653d665bede946763ed95b (diff) |
i915g: Drop the simple sufix
None of the other driver have a silly sufix,
so just drop it. Nothing new added in this commit
or any other commit but this is better marketing.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 143fd31a022..95497af15fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1190,7 +1190,7 @@ AC_ARG_ENABLE([gallium-intel], [enable_gallium_intel=yes]) if test "x$enable_gallium_intel" = xyes; then GALLIUM_WINSYS_DRM_DIRS="$GALLIUM_WINSYS_DRM_DIRS intel" - GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915simple" + GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS i915" fi dnl |