Omit mention of autoconf update, autoconf is no longer in use
(cherry picked from commit fbbe1295dd
)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1861 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
228ed9638f
commit
67c0f23bdd
@ -102,7 +102,6 @@ struct tagSFG_PlatformWindowState
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||||
/* XXX The below hack is done until freeglut's autoconf is updated. */
|
|
||||||
# define HAVE_USB_JS 1
|
# define HAVE_USB_JS 1
|
||||||
|
|
||||||
# include <sys/joystick.h>
|
# include <sys/joystick.h>
|
||||||
|
@ -136,7 +136,6 @@ struct tagSFG_PlatformWindowState
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
|
||||||
/* XXX The below hack is done until freeglut's autoconf is updated. */
|
|
||||||
# define HAVE_USB_JS 1
|
# define HAVE_USB_JS 1
|
||||||
# include <sys/joystick.h>
|
# include <sys/joystick.h>
|
||||||
# define JS_DATA_TYPE joystick
|
# define JS_DATA_TYPE joystick
|
||||||
|
Reference in New Issue
Block a user