profanity: enable notify/xscreensaver options by default.

There's no point in disabling them.
This commit is contained in:
Juan RP 2015-01-30 10:53:36 +01:00
parent f1bf8d463b
commit 8681bd0e29
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'profanity'
pkgname=profanity
version=0.4.5
revision=1
revision=2
# Package build options
build_options="notify xscreensaver"
build_options_default="notify xscreensaver"
build_style=gnu-configure
configure_args="$(vopt_enable notify notifications) $(vopt_with xscreensaver)"
hostmakedepends="pkg-config"