]> git.pld-linux.org Git - packages/Coin.git/blob - Coin-link.patch
- updated to 4.0.2
[packages/Coin.git] / Coin-link.patch
1 --- coin/CMakeLists.txt.orig    2019-12-23 20:47:43.000000000 +0100
2 +++ coin/CMakeLists.txt 2020-11-30 21:32:23.759864515 +0100
3 @@ -591,6 +592,7 @@
4      #include <GL/glx.h>
5      int main() { (void)glXChooseVisual(0L, 0, 0L); glEnd(); return 0; }
6    " HAVE_GLX)
7 +  list(APPEND COIN_TARGET_LINK_LIBRARIES X11)
8  endif()
9  
10  # Checks specific OpenGL configurations
This page took 0.064783 seconds and 3 git commands to generate.