aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/weston/weston-9999.ebuild')
-rw-r--r--dev-libs/weston/weston-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
index 6b18e71..0ff6088 100644
--- a/dev-libs/weston/weston-9999.ebuild
+++ b/dev-libs/weston/weston-9999.ebuild
@@ -88,7 +88,6 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}/${PN}-1.11-make-error-portable.patch"
"${FILESDIR}/${PN}-1.11-stdinth.patch"
- "${FILESDIR}/${PN}-timeh.patch"
)
@@ -134,9 +133,11 @@ src_configure() {
$(use_with jpeg) \
$(use_with webp) \
--with-cairo=image \
+ --disable-junit-xml \
--disable-simple-dmabuf-drm-client \
--disable-simple-dmabuf-v4l-client \
--disable-simple-egl-clients \
+ --disable-vaapi-recorder \
${myconf}
}