diff options
Diffstat (limited to 'kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild')
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild index a06d98a8959..3c75b532710 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND}" # requires running kde environment RESTRICT+=" test" +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package X XCB) |
