summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/graphene/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs/graphene/DEPENDS')
-rwxr-xr-xgnome3-libs/graphene/DEPENDS26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnome3-libs/graphene/DEPENDS b/gnome3-libs/graphene/DEPENDS
new file mode 100755
index 0000000000..2a15743fff
--- /dev/null
+++ b/gnome3-libs/graphene/DEPENDS
@@ -0,0 +1,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"