We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a410acc commit 59a65a1Copy full SHA for 59a65a1
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([projectM], [2.2.2], [[email protected]], [projectM], [https://github.com/revmischa/projectm])
+AC_INIT([projectM], [3.0.0], [[email protected]], [projectM], [https://github.com/revmischa/projectm])
2
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects tar-pax])
3
4
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
@@ -175,7 +175,5 @@ libprojectM: yes
175
Threading: ${enable_threading}
176
SDL: ${enable_sdl}
177
Qt & Pulseaudio: ${enable_qt}
178
-FTGL: ${enable_ftgl}
179
-Cg: ${enable_cg}
180
-OpenGL ES: ${enable_gles}
+OpenGLES: ${enable_gles}
181
])
0 commit comments