Skip to content

Commit

Permalink
Explicitly link to libX11.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 26, 2013
1 parent a7ec1ec commit 8e3ffc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -123,6 +123,7 @@ if(LINUX)
set_target_properties(1pass PROPERTIES LINK_FLAGS "-Wl,-rpath,$ORIGIN")
target_link_libraries(1pass "m")
target_link_libraries(1pass "Xtst")
target_link_libraries(1pass "X11")
endif()

# end of CMakeLists.txt ...
Expand Down

0 comments on commit 8e3ffc9

Please sign in to comment.