diff options
author | 2013-11-14 00:42:17 +1100 | |
---|---|---|
committer | 2013-11-14 00:42:17 +1100 | |
commit | 79f3a7386f6e4567462ea108a43e544b75e9e35f (patch) | |
tree | cb6fa9f5385aa6dce71f85aab9579042ff2eafc1 /eclass | |
parent | [kde-frameworks/kf5umbrella] New package. (diff) | |
download | kde-79f3a7386f6e4567462ea108a43e544b75e9e35f.tar.gz kde-79f3a7386f6e4567462ea108a43e544b75e9e35f.tar.bz2 kde-79f3a7386f6e4567462ea108a43e544b75e9e35f.zip |
[eclass] Install libraries to kf5 prefix to permit slotting with KDE 4.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-frameworks.eclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 359ca919fd..4bedaab7b0 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -216,6 +216,11 @@ kde-frameworks_src_configure() { # currently tier2/kauth, but possibly more later cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) + # to support slotting with KDE 4 + cmakeargs+=( + -DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/kf5/ + ) + if ! use_if_iuse test ; then cmakeargs+=( -DBUILD_TESTING=OFF ) fi |