GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
missingx11link.patch
Go to the documentation of this file.
1 Description: libQVTK is missing link to X libs
2 Author: Mathieu Malaterre <malat@debian.org>
3 Forwarded: not-needed
4 Last-Update: 2012-04-22
5 
6 --- gofigure2-0.9.0.orig/Main/CMakeLists.txt
7 +++ gofigure2-0.9.0/Main/CMakeLists.txt
8 @@ -146,6 +146,7 @@ ENDIF( WIN32 )
9 
10  # --------
11  # gofigure
12 +find_package(X11 REQUIRED)
13  ADD_EXECUTABLE( gofigure
14  MACOSX_BUNDLE
15  ${GOFIGURE_MAIN}
16 @@ -161,6 +162,7 @@ TARGET_LINK_LIBRARIES( gofigure
17  QGoIO
18  itkQt
19  ${Boost_LIBRARIES}
20 + ${X11_LIBRARIES}
21  )
22 
23  IF( BUILD_COMPARETOOL )
Description IF(BUILD_COMPARETOOL) SET(GOFIGURE_APPLICATION_SOURCE_LIST $
static char * gofigure2[]
Definition: gofigure2.xpm:2