summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/graphene/DEPENDS
blob: 2a15743fffc36aa5b19d209ca12befc09fc30731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
depends meson &&
depends python3 &&
depends ninja-build-system &&

optional_depends glib2 \
                 "gobject_types=true" \
                 "gobject_types=false" \
                 "to enable Gobject types" &&

if is_depends_enabled "${SPELL}" "glib2"; then 
  config_query_option GRAPHENE_OPTS "Build tests?" "n" \
                                    "tests=true" "tests=false" &&

  config_query_option GRAPHENE_OPTS "Build beenchmarks?" "n" \
                                    "benchmarks=true" "benchmarkss=false"
fi &&

optional_depends gobject-introspection \
                "introspection=true" \
                "introspection=false" \
                "to enable introspection support" &&

optional_depends gtk-doc \
                "gtk_doc=true" \
                "gtk_doc=false" \
                "Build documentation with gtk-doc"