| Age | Commit message (Collapse) | Author |
|
|
|
attempts to locate the package by other means.
svn path=/trunk/KDE/kdelibs/; revision=938476
|
|
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.
*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.
*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.
These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)
I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.
Alex
svn path=/trunk/KDE/kdelibs/; revision=891805
|
|
svn path=/trunk/KDE/kdelibs/; revision=890642
|
|
svn path=/trunk/KDE/kdelibs/; revision=890246
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=884375
|
|
-FindPkgConfig can also be used under Windows, usually it will do just nothing then
-also work if pkg-config fails
-use FIND_PACKAGE_HANDLE_STANDARD_ARGS()
-use the new HINTS argument for the FIND_XXX() commands, these directories are then preferred over the default ones
-use the new if(... VERSION_GREATER) instead of macro_ensure_version() (new since 2.6.2)
Alex
svn path=/trunk/KDE/kdelibs/; revision=884360
|
|
again,
except FindStrigi.cmake, which seems to be working.
Let's start now cleaning them up step by step.
Alex
CCMAIL: helio@kde.org
svn path=/trunk/KDE/kdelibs/; revision=884355
|
|
svn path=/trunk/KDE/kdelibs/; revision=882896
|
|
svn path=/trunk/KDE/kdelibs/; revision=882894
|
|
svn path=/trunk/KDE/kdelibs/; revision=882887
|
|
kdemultimedia compilation.
svn path=/trunk/KDE/kdelibs/; revision=850292
|
|
svn path=/trunk/KDE/kdelibs/; revision=849666
|
|
svn path=/trunk/KDE/kdelibs/; revision=776982
|
|
svn path=/trunk/KDE/kdelibs/; revision=765135
|