Skip to content
Snippets Groups Projects
Commit e8609423 authored by Matthieu Herrb's avatar Matthieu Herrb
Browse files

[wip/openni] add missing libraries for Fedora

parent a84a7d59
No related branches found
No related tags found
No related merge requests found
SHA1 (openni-20101213.43c256.tar.gz) = 10ef96dd62e8dfedf8ee19a09b6f8d2736ed5ea4
RMD160 (openni-20101213.43c256.tar.gz) = 91eabe553e64ec947d28b7ceb20fd73ce20f6307
SHA1 (patch-aa) = 35f4b6631761c8b269908990244b8ffdf65a3dc2
SHA1 (patch-ab) = 5a47d785edb225feeb56ed67784726996b4403d6
SHA1 (patch-ac) = ab1640f55b486ec5fc2ded2e4a8aeee2c65e9190
SHA1 (patch-ad) = 6d80927d5c65f55a0145f5aa6ac1dd07d24d7cf9
--- Platform/Linux-x86/Build/Samples/NiSimpleViewer/Makefile~ 2010-12-14 11:42:46.230896000 +0100
+++ Platform/Linux-x86/Build/Samples/NiSimpleViewer/Makefile 2010-12-14 11:43:00.993615000 +0100
@@ -9,7 +9,7 @@
SRC_FILES = ../../../../../Samples/NiSimpleViewer/*.cpp
EXE_NAME = Sample-NiSimpleViewer
-USED_LIBS = OpenNI glut
+USED_LIBS = OpenNI glut GL
include ../../CommonMakefile
--- Platform/Linux-x86/Build/Samples/NiUserTracker/Makefile~ 2010-12-14 11:43:21.568437000 +0100
+++ Platform/Linux-x86/Build/Samples/NiUserTracker/Makefile 2010-12-14 11:43:21.574441000 +0100
@@ -9,7 +9,7 @@
SRC_FILES = ../../../../../Samples/NiUserTracker/*.cpp
EXE_NAME = Sample-NiUserTracker
-USED_LIBS = OpenNI glut
+USED_LIBS = OpenNI glut GL
include ../../CommonMakefile
--- Platform/Linux-x86/Build/Samples/NiViewer/Makefile~ 2010-12-14 11:43:09.795058000 +0100
+++ Platform/Linux-x86/Build/Samples/NiViewer/Makefile 2010-12-14 11:43:09.804056000 +0100
@@ -11,7 +11,7 @@
SRC_FILES = ../../../../../Samples/NiViewer/*.cpp
EXE_NAME = NiViewer
-USED_LIBS = OpenNI glut
+USED_LIBS = OpenNI glut GL
include ../../CommonMakefile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment