aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild')
-rw-r--r--sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild b/sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild
index 05b4c5f..e28ff3b 100644
--- a/sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild
+++ b/sys-mobilephone/fsodeviced/fsodeviced-9999.ebuild
@@ -16,3 +16,9 @@ RDEPEND=">=dev-libs/glib-2.18.0
DEPEND="${RDEPEND}
>=dev-lang/vala-0.7.9"
+src_configure()
+{
+ # postpone --enable-kernel26-rfkill for newer linux-headers release
+ # (linux/rfkill.h required)
+ econf --enable-player-gstreamer
+}