[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Use kde4-config for determining KDE's library and include directories.

From: Raphael Kubo da Costa <rakuco_at_FreeBSD.org>
Date: Mon, 14 Mar 2016 11:35:32 +0100

[[[
At the moment the kde4-config script is used only to determine KDE4's
prefix, and then its header and library locations are derived manually.

This is not optimal, as it assumes the libraries are always installed
into $kde_prefix/lib{64} and the headers in $kde_prefix/include. The
latter is especially problematic as the headers are often installed in a
subdirectory of include/ so they do not conflict with their KDE
Frameworks 5 counterparts.

* build/ac-macros/kwallet.m4: Use the `--install include' and `--install
  lib' kde4-config parameters to retrieve the location where KDE4's
  headers and libraries are installed, respectively.
]]]

Received on 2016-03-14 12:51:39 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.