diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-08 17:49:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-08 17:49:09 +0000 |
commit | 26ce9f8a1b463f08a75aa655783071e25b931e78 (patch) | |
tree | 663e64e8eeb5cd3f80d8c058c4e403108e88f1ee /driver/xf86-video-r128/config.h.in | |
parent | 4cea424722f693056b29bbb75bbea24484405a76 (diff) |
Update to xf86-video-r128 6.8.2
Diffstat (limited to 'driver/xf86-video-r128/config.h.in')
-rw-r--r-- | driver/xf86-video-r128/config.h.in | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/driver/xf86-video-r128/config.h.in b/driver/xf86-video-r128/config.h.in index 5662de5b5..8006b4f1e 100644 --- a/driver/xf86-video-r128/config.h.in +++ b/driver/xf86-video-r128/config.h.in @@ -35,6 +35,10 @@ /* xextproto 7.1 available */ #undef HAVE_XEXTPROTO_71 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -62,14 +66,14 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL +/* Enable DRI driver support */ +#undef R128DRI + +/* Enable developmental DRI driver support */ +#undef R128DRI_DEVEL + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION - -/* Enable DRI driver support */ -#undef XF86DRI - -/* Enable developmental DRI driver support */ -#undef XF86DRI_DEVEL |