Skip to content

Commit 59a65a1

Browse files
committed
Version 3.0.0 - GLES/OpenGL 3
1 parent a410acc commit 59a65a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([projectM], [2.2.2], [[email protected]], [projectM], [https://github.com/revmischa/projectm])
1+
AC_INIT([projectM], [3.0.0], [[email protected]], [projectM], [https://github.com/revmischa/projectm])
22
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax])
33

44
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
@@ -175,7 +175,5 @@ libprojectM: yes
175175
Threading: ${enable_threading}
176176
SDL: ${enable_sdl}
177177
Qt & Pulseaudio: ${enable_qt}
178-
FTGL: ${enable_ftgl}
179-
Cg: ${enable_cg}
180-
OpenGL ES: ${enable_gles}
178+
OpenGLES: ${enable_gles}
181179
])

0 commit comments

Comments
 (0)