From e240f026a7318fe38c2829b2adea5301d27c00e2 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu.herrb@laas.fr> Date: Sat, 13 Nov 2010 19:07:47 +0100 Subject: [PATCH] [openkinect] install the sample viewer as openkinect-glview --- openkinect/Makefile | 3 +++ openkinect/PLIST | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/openkinect/Makefile b/openkinect/Makefile index f0cf43ca..4ce83ed7 100644 --- a/openkinect/Makefile +++ b/openkinect/Makefile @@ -28,3 +28,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/include/libfreenect.h \ ${DESTDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/lib/libfreenect.a ${DESTDIR}${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/examples/glview \ + ${DESTDIR}${PREFIX}/bin/openkinect-glview + diff --git a/openkinect/PLIST b/openkinect/PLIST index 871e709b..51445004 100644 --- a/openkinect/PLIST +++ b/openkinect/PLIST @@ -1,3 +1,4 @@ -@comment Sat Nov 13 15:09:14 CET 2010 +@comment Sat Nov 13 19:05:55 CET 2010 +bin/openkinect-glview include/libfreenect.h lib/libfreenect.a -- GitLab