File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ endif()
25
25
# Look for the gdkx.h header to decide whether the local gtk2 install has
26
26
# X11 support or not.
27
27
find_file (GDKX_HEADER gdkx.h PATH_SUFFIXES gtk-2.0/gdk)
28
- if (GDKXHEADER )
28
+ if (GDKX_HEADER )
29
29
set (bot_vis_default ON )
30
30
message (STATUS "gdkx.h found, system appears to have gtk+X11 support" )
31
31
else ()
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif(APPLE)
21
21
22
22
target_link_libraries (bot2-vis ${REQUIRED_LIBS} )
23
23
24
- set (REQUIRED_PACKAGES glib-2.0 gtk+-2.0 gdk-pixbuf-2.0 lcm bot2-core libpng gl glu)
24
+ set (REQUIRED_PACKAGES glib-2.0 gtk+-2.0 gdk-pixbuf-2.0 lcm bot2-core libpng gl glu gthread-2.0 )
25
25
pods_use_pkg_config_packages(bot2-vis ${REQUIRED_PACKAGES} )
26
26
27
27
# set the library API version. Increment this every time the public API
You can’t perform that action at this time.
0 commit comments