Skip to content

Commit

Permalink
thunderbird: add default enabled build option wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbr committed Jul 1, 2019
1 parent 0d27733 commit 682a10e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/thunderbird/template
Expand Up @@ -4,7 +4,7 @@
#
pkgname=thunderbird
version=60.7.2
revision=1
revision=2
short_desc="Standalone Mail/News reader"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="https://www.thunderbird.net/"
Expand All @@ -27,8 +27,8 @@ makedepends="nss-devel libjpeg-turbo-devel gtk+-devel gtk+3-devel icu-devel
$(vopt_if sndio sndio-devel)"
depends="nss>=3.37.3 desktop-file-utils hicolor-icon-theme"

build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio"
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio"
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"

case "$XBPS_TARGET_MACHINE" in
i686*) nodebug=yes;;
Expand Down Expand Up @@ -112,6 +112,7 @@ ac_add_options $(vopt_enable dbus)
ac_add_options $(vopt_enable dbus necko-wifi)
ac_add_options $(vopt_enable pulseaudio)
ac_add_options $(vopt_enable startup_notification startup-notification)
ac_add_options --enable-default-toolkit=$(vopt_if wayland 'cairo-gtk3-wayland' 'cairo-gtk')
!

rm -f old-configure
Expand Down

0 comments on commit 682a10e

Please sign in to comment.