From e394c36317222eaee3a8c5c58d6a56dcaf675ca1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 May 2014 14:08:04 +0200 Subject: [PATCH] weston: really enable dbus/systemd build options this time. --- srcpkgs/weston/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/weston/template b/srcpkgs/weston/template index acd477c3819..693150200fe 100644 --- a/srcpkgs/weston/template +++ b/srcpkgs/weston/template @@ -1,7 +1,7 @@ # Template file for 'weston'. pkgname=weston version=1.4.0 -revision=5 +revision=6 build_style=gnu-configure short_desc="Reference implementation of a Wayland compositor" maintainer="Juan RP " @@ -20,6 +20,8 @@ lib32disabled=yes # Package build options build_options="backtrace colord dbus systemd vaapi x11" +build_options_default="dbus systemd" + desc_option_backtrace="Enable support for backtraces via libunwind" desc_option_colord="Enable support for colord" desc_option_dbus="Enable support for D-BUS"