1. 2699967 Improve test if library is a CMake target by Pierre Ossman · 8 years ago
  2. c27f5da Avoid getting LOCATION property by Pierre Ossman · 8 years ago
  3. 0536d09 spelling fixes by klemens · 9 years ago
  4. 4495b72 Update .la files on each build by Pierre Ossman · 9 years ago
  5. de2df7e Set libdir in generated .la files by Pierre Ossman · 10 years ago
  6. 881a8e2 Handle static linking flags in .la files by Pierre Ossman · 11 years ago
  7. 40a5f9e Handle arguments that have the -l prefix by Pierre Ossman · 11 years ago
  8. 216d591 Split up any entries that contain multiple link arguments by Pierre Ossman · 11 years ago
  9. 818550b The output variable from find_library() needs to be cleared by Pierre Ossman · 11 years ago
  10. d94e3f2 Remove obsolete reference to staticlib by Pierre Ossman · 11 years ago
  11. ec3dfe6 Clean up GnuTLS linking and instructions by Pierre Ossman · 11 years ago
  12. 236b019 Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt uses check_function_exists to identify legacy versions of GnuTLS but cmake performs this test by linking a small test program. If libgnutls, libgcrypt, or libgpg-error are outside the default library search path, linking the test program fails even though gnutls and it's dependencies are installed. This patch makes it possible to specify the location of each of the three libraries independently and only as needed. by Brian Hinz · 12 years ago
  13. 491b950 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. by Brian Hinz · 12 years ago
  14. 754ff59 (Re-)fix static Xvnc build. We can leverage the BUILD_STATIC option to modify our fake libtool scripts such that they pick up the static libstdc++.a. Unfortunately, adding -static-libgcc to those scripts makes libtool barf, so we still have to add that flag to LDFLAGS in build-xorg. by DRC · 14 years ago
  15. 801ef7c Fix several bugs in the generation of .la files by DRC · 14 years ago
  16. a18a88f Translate comments into English and remove blindingly obvious ones. by DRC · 14 years ago
  17. dadfbec Tabs to spaces by DRC · 14 years ago
  18. 5dc23af libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. by DRC · 14 years ago
  19. 697954f - Fixed so the library suffix is platformindependent by Henrik Andersson · 14 years ago
  20. 23029cc Building the Xvnc server requires libtool control files of rdr, rfb, by Henrik Andersson · 14 years ago
  21. b232b5f Finish up the gettext handling in CMake. The included functions in CMake only by Pierre Ossman · 14 years ago