21 Commits (6f2301d08e64a965ad36b401ec8dc2b24bc47075)

Author SHA1 Message Date
  Pierre Ossman 2699967aad Improve test if library is a CMake target 6 years ago
  Pierre Ossman c27f5da1b7 Avoid getting LOCATION property 6 years ago
  klemens 0536d0975b spelling fixes 7 years ago
  Pierre Ossman 4495b72f99 Update .la files on each build 7 years ago
  Pierre Ossman de2df7e600 Set libdir in generated .la files 9 years ago
  Pierre Ossman 881a8e27fc Handle static linking flags in .la files 9 years ago
  Pierre Ossman 40a5f9ef65 Handle arguments that have the -l prefix 9 years ago
  Pierre Ossman 216d591f41 Split up any entries that contain multiple link arguments 9 years ago
  Pierre Ossman 818550b54d The output variable from find_library() needs to be cleared 9 years ago
  Pierre Ossman d94e3f2d3c Remove obsolete reference to staticlib 9 years ago
  Pierre Ossman ec3dfe6893 Clean up GnuTLS linking and instructions 9 years ago
  Brian Hinz 236b019980 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. 10 years ago
  Brian Hinz 491b9505c2 Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability. 11 years ago
  DRC 754ff598d5 (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. 13 years ago
  DRC 801ef7ca6c Fix several bugs in the generation of .la files 13 years ago
  DRC a18a88fbb5 Translate comments into English and remove blindingly obvious ones. 13 years ago
  DRC dadfbec631 Tabs to spaces 13 years ago
  DRC 5dc23afeae libtool control file should be created in binary directory, not source directory, to support out-of-tree builds. 13 years ago
  Henrik Andersson 697954f0f1 - Fixed so the library suffix is platformindependent 13 years ago
  Henrik Andersson 23029ccd59 Building the Xvnc server requires libtool control files of rdr, rfb, 13 years ago
  Pierre Ossman b232b5fd73 Finish up the gettext handling in CMake. The included functions in CMake only 13 years ago