summaryrefslogtreecommitdiffstats
path: root/rules/gobject-introspection.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-28 00:36:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-01-12 14:41:22 +0100
commit86d945e616671e5ed177ea6f53168b5cb35bc1f1 (patch)
treef186d51b2d55f58621813170aa13ddb8c946f9bb /rules/gobject-introspection.in
parent2d64a7ce1c9d3468c65cdcaa9b22bd408b8b311c (diff)
downloadptxdist-86d945e616671e5ed177ea6f53168b5cb35bc1f1.tar.gz
ptxdist-86d945e616671e5ed177ea6f53168b5cb35bc1f1.tar.xz
gobject-introspection: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gobject-introspection.in')
-rw-r--r--rules/gobject-introspection.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/gobject-introspection.in b/rules/gobject-introspection.in
new file mode 100644
index 000000000..0c527b073
--- /dev/null
+++ b/rules/gobject-introspection.in
@@ -0,0 +1,18 @@
+## SECTION=multimedia_gtk
+
+
+config GOBJECT_INTROSPECTION_HELPER
+ tristate
+ prompt "gobject-introspection"
+ help
+ Generate interface introspection data for GObject libraries
+
+if GOBJECT_INTROSPECTION_HELPER
+
+config GOBJECT_INTROSPECTION
+ tristate
+ default GOBJECT_INTROSPECTION_HELPER
+ select HOST_GOBJECT_INTROSPECTION
+ select GLIB
+
+endif