Libgtkglext incorrect include path prevents succesful build

trying to build opencv 4.5.5 with opengl 4.6 (and libgtkglext1/libgtkglext1-dev) causes an error in Cmake
the error:
Cmake Error in modules/highgui/CMakeLists.txt

imported target "ocv.3rdparty.gtkglext"includes non-existent path

“/usr/lib/aarch64-linux-gnu/gtkglext-1.0/include”

/usr/lib/aarch64-linux-gnu exists, but the gtkglext-1.0 dir does not

libgtkglext1 include files are in /usr/include/gtkglext-1.0

how do i make CMake look in the right spot for these include files?

Were you able to solve this issue ?

This solved the problem for me:
sudo ln -s /usr/include/gtkglext-1.0 /usr/lib/aarch64-linux-gnu/gtkglext-1.0/include