Commit 395be03a authored by satmandu's avatar satmandu Committed by GitHub

doesn't need cairo, use meson options (#4518)

parent 3749db80
......@@ -22,10 +22,9 @@ class Gobject_introspection < Package
})
depends_on 'glib'
depends_on 'cairo'
def self.build
system "meson --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} builddir"
system "meson #{CREW_MESON_OPTIONS} builddir"
system "ninja -C builddir"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment