commit | 56ab2b3e9177d159d2b1bc2748cdab270d208b2e | [log] [tgz] |
---|---|---|
author | Lionel Ulmer <lionel.ulmer@free.fr> | Fri Nov 15 04:16:38 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 15 04:16:38 2002 +0000 |
tree | 3ec14e8deb7918dac5fc4643c8f550cbbf4dc1fc | |
parent | d09b9ccb39582ea9059948d0c351862e8aef6c3a [diff] [blame] |
Load OpenGL library dynamically from x11drv.
diff --git a/include/config.h.in b/include/config.h.in index 7808abd..57a0439 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -692,6 +692,9 @@ /* Define to the soname of the libfreetype library. */ #undef SONAME_LIBFREETYPE +/* Define to the soname of the libGL library. */ +#undef SONAME_LIBGL + /* Define to the soname of the libX11 library. */ #undef SONAME_LIBX11