mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 01:49:40 +01:00
We can now use poky's clutter to build zylonite clutter images. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2803 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
507 B
Diff
15 lines
507 B
Diff
---
|
|
examples/Makefile.am | 14 +++++++-------
|
|
3 files changed, 9 insertions(+), 9 deletions(-)
|
|
|
|
Index: clutter-gst/examples/Makefile.am
|
|
===================================================================
|
|
--- clutter-gst.orig/examples/Makefile.am 2007-07-10 13:01:28.000000000 +0100
|
|
+++ clutter-gst/examples/Makefile.am 2007-07-10 13:07:33.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-noinst_PROGRAMS = video-player video-sink audio
|
|
+bin_PROGRAMS = video-player video-sink audio
|
|
|
|
INCLUDES = -I$(top_srcdir)/
|
|
|