summaryrefslogtreecommitdiffstats
path: root/libraries/clutter-gst/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/clutter-gst/README')
-rw-r--r--libraries/clutter-gst/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/clutter-gst/README b/libraries/clutter-gst/README
index b61f843fa5..1909f19a95 100644
--- a/libraries/clutter-gst/README
+++ b/libraries/clutter-gst/README
@@ -1,13 +1,3 @@
Clutter-Gst is an integration library for using GStreamer with Clutter.
It provides a GStreamer sink to upload frames to GL and an actor that
implements the ClutterGstPlayer interface using playbin.
-
-NOTE: The clutter and cogl dependencies need to be built with
-introspection enabled. These slackbuilds have introspection disabled
-and require you to set the following environment variable at build time
-to re-enable building their introspection files:
-
-INTROSPECTION=yes
-
-If you see build errors about missing clutter and/or cogl '.gir' files,
-then these dependencies were not built with introspection enabled.