Skip to content
Snippets Groups Projects
Commit d3c22181 authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Make sure -lXft is included on the link line for Linux

parent cd9daea4
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ def do_rake_compiler_setup
end
have_library("jpeg", "jpeg_mem_init")
have_library("tiff", "TIFFSetErrorHandler")
have_library("Xft", "XftInit")
find_library("Xext", "XShmQueryVersion", "/usr/X11R6/lib")
find_library("X11", "XFindContext", "/usr/X11R6/lib")
find_library("GL", "glXCreateContext", "/usr/X11R6/lib")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment