Skip to content
Snippets Groups Projects
Verified Commit 2322ebf3 authored by Mark Wagie's avatar Mark Wagie
Browse files

[prepare] add dep & remove default meson option

parent 178e36b2
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ arch=(x86_64) ...@@ -17,6 +17,7 @@ arch=(x86_64)
url="https://wiki.gnome.org/Apps/Terminal/VTE" url="https://wiki.gnome.org/Apps/Terminal/VTE"
license=(LGPL) license=(LGPL)
makedepends=( makedepends=(
cairo
fribidi fribidi
gi-docgen gi-docgen
git git
...@@ -62,7 +63,6 @@ build() { ...@@ -62,7 +63,6 @@ build() {
local meson_options=( local meson_options=(
-D b_lto=false -D b_lto=false
-D docs=false -D docs=false
-D gtk4=true
) )
arch-meson vte build "${meson_options[@]}" arch-meson vte build "${meson_options[@]}"
...@@ -130,6 +130,7 @@ package_vte3-notification(){ ...@@ -130,6 +130,7 @@ package_vte3-notification(){
package_vte4-notification() { package_vte4-notification() {
pkgdesc+=" (GTK4)" pkgdesc+=" (GTK4)"
depends=( depends=(
cairo
fribidi fribidi
gnutls gnutls
gtk4 gtk4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment