Notes |
|
(0011970)
|
Bill Hoffman
|
2008-05-16 10:14
|
|
Can you provide a patch that works for you? |
|
|
(0012033)
|
Christian Ehrlicher
|
2008-05-21 03:57
|
|
Here a patch - I hope I'm correct that Xxf86vm is the lib to X11/extensions/xf86vmode.h (corresponding to Xxf86misc and X11/extensions/xf86misc.h) |
|
|
(0028589)
|
Beuc
|
2012-02-14 17:01
(edited on: 2012-02-14 17:02) |
|
The FreeGLUT project is switching to CMake, and it's affected by this issue.
The patch works for me - is there a problem with the patch for you?
Currently I have to work-around with:
# Work-around http://www.cmake.org/Bug/bug_view_page.php?bug_id=6976 [^]
IF(NOT "${X11_Xxf86vm_LIB}")
SET(X11_Xxf86vm_LIB "Xxf86vm")
ENDIF()
|
|
|
(0028603)
|
Alex Neundorf
|
2012-02-16 03:43
|
|
Patch applied, and merged into next.
This patch contains a change, which changes the behaviour a bit:
now X11_xf86vmode_FOUND is only set to TRUE and the include directory is added to X11_INCLUDE_DIR, if additionally to X11_xf86vmode_INCLUDE_PATH also X11_Xxf86vm_LIB has been found.
I hope this doesn't cause regressions somewhere.
|
|