Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
cmake
/
Modules
2699967
Improve test if library is a CMake target
by Pierre Ossman
· 8 years ago
c27f5da
Avoid getting LOCATION property
by Pierre Ossman
· 8 years ago
0536d09
spelling fixes
by klemens
· 9 years ago
4495b72
Update .la files on each build
by Pierre Ossman
· 9 years ago
de2df7e
Set libdir in generated .la files
by Pierre Ossman
· 10 years ago
881a8e2
Handle static linking flags in .la files
by Pierre Ossman
· 11 years ago
40a5f9e
Handle arguments that have the -l prefix
by Pierre Ossman
· 11 years ago
216d591
Split up any entries that contain multiple link arguments
by Pierre Ossman
· 11 years ago
818550b
The output variable from find_library() needs to be cleared
by Pierre Ossman
· 11 years ago
d94e3f2
Remove obsolete reference to staticlib
by Pierre Ossman
· 11 years ago
ec3dfe6
Clean up GnuTLS linking and instructions
by Pierre Ossman
· 11 years ago
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
491b950
Use CMAKE_COMMAND variable instead of hard coded cmake executable name for better portability.
by Brian Hinz
· 12 years ago
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
801ef7c
Fix several bugs in the generation of .la files
by DRC
· 14 years ago
a18a88f
Translate comments into English and remove blindingly obvious ones.
by DRC
· 14 years ago
dadfbec
Tabs to spaces
by DRC
· 14 years ago
5dc23af
libtool control file should be created in binary directory, not source directory, to support out-of-tree builds.
by DRC
· 14 years ago
697954f
- Fixed so the library suffix is platformindependent
by Henrik Andersson
· 14 years ago
23029cc
Building the Xvnc server requires libtool control files of rdr, rfb,
by Henrik Andersson
· 14 years ago
b232b5f
Finish up the gettext handling in CMake. The included functions in CMake only
by Pierre Ossman
· 14 years ago