Skip to content
Snippets Groups Projects
Commit ee104194 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Need to link against the ALBERT libs, of course.

parent 7fbc8e3c
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,11 @@ dnl ...@@ -2,8 +2,11 @@ dnl
dnl $1: dim, $2: DOW, $3: optional/required dnl $1: dim, $2: DOW, $3: optional/required
dnl dnl
AC_DEFUN([ALBERT_CHECK_QGL], AC_DEFUN([ALBERT_CHECK_QGL],
[CHECK_QT($3) [ALBERT_CHECK_QT($3)
ALBERT_CHECK_PACKAGE(albert-qgl, albert-qgl$1$2, $ALBERT_LIB_PATH, ac_albert_save_CPPFLAGS="$CPPFLAGS"
$Qt_LIB $OpenGL_LIB, CPPFLAGS="-DDIM=$1 -DDIM_OF_WORLD=$2 -DEL_INDEX=${EL_INDEX} -I$ALBERT_INCLUDE_PATH $CPPFLAGS"
ALBERT_CHECK_PACKAGE(albert-qgl$1$2, albert-qgl$1$2, $ALBERT_LIB_PATH,
$ALBERT_LIBS_$1$2 $Qt_LIB $OpenGL_LIB,
albert-qgl.h, $ALBERT_INCLUDE_PATH, $3) albert-qgl.h, $ALBERT_INCLUDE_PATH, $3)
CPPFLAGS="$ac_albert_save_CPPFLAGS"
]) ])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment