summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2014-04-15 17:30:13 +0100
committerJulien Isorce <julien.isorce@collabora.co.uk>2014-04-15 18:32:12 +0100
commit21b3c2b16a8cb24af48fb75376122259a4dcb482 (patch)
tree8f971850c86733708f1e2ad526dfaa7cf0b32b0d
parent499fb23e9c9979d3afc525534159ea7e5ae14206 (diff)
example: disable testegl since libgstegl has been removed
As decided in bug #703343 Not compatible with the new libgstgl API. A portage has been started, attachment 272800. https://bugzilla.gnome.org/show_bug.cgi?id=703343
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index dadaf70..e993476 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS = common omx tools config
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
+# if BUILD_EXAMPLES
+# SUBDIRS += examples
+# endif
ACLOCAL_AMFLAGS = -I m4 -I common/m4
diff --git a/configure.ac b/configure.ac
index ff9ed4d..5f26b43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,8 +363,8 @@ tools/Makefile
config/Makefile
config/bellagio/Makefile
config/rpi/Makefile
-examples/Makefile
-examples/egl/Makefile
+dnl examples/Makefile
+dnl examples/egl/Makefile
)
AC_OUTPUT