diff options
author | gregory guy <[email protected]> | 2019-09-17 21:01:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-09-17 21:01:24 +0200 |
commit | 4a94062baf7a7a31ae705356a5cad7dc4844a706 (patch) | |
tree | 268cc662c09939be9be0cbd227afb62095351759 /config.h.in | |
parent | 9482d6b34cbd4b8f1fc1d00e77e597309d873795 (diff) | |
download | amarok-4a94062baf7a7a31ae705356a5cad7dc4844a706.tar.gz amarok-4a94062baf7a7a31ae705356a5cad7dc4844a706.zip |
Fix constant name for the OpenGL support test result.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 3afe017ec84c50a492395c2bbf7434aa93761051)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 7886e643..7a9c2cc7 100644 --- a/config.h.in +++ b/config.h.in @@ -121,9 +121,6 @@ /* Define if your system needs _NSGetEnviron to set up the environment */ #undef HAVE_NSGETENVIRON -/* have Qt with OpenGL support */ -#undef HAVE_QGLWIDGET - /* Define if you have res_init */ #undef HAVE_RES_INIT @@ -181,6 +178,9 @@ /* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* have TQt with OpenGL support */ +#undef HAVE_TQGLWIDGET + /* have TunePimp */ #undef HAVE_TUNEPIMP |