You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/OpenNI/files/jpeg.patch

24 lines
704 B

Index: OpenNI-9999/Platform/Linux/Build/Modules/nimCodecs/Makefile
===================================================================
--- OpenNI-9999.orig/Platform/Linux/Build/Modules/nimCodecs/Makefile
+++ OpenNI-9999/Platform/Linux/Build/Modules/nimCodecs/Makefile
@@ -2,15 +2,13 @@ BIN_DIR = ../../../Bin
INC_DIRS = \
../../../../../Include \
- ../../../../../Source \
- ../../../../../Externals/LibJPEG
+ ../../../../../Source
SRC_FILES = \
- ../../../../../Source/Modules/nimCodecs/*.cpp \
- ../../../../../Externals/LibJPEG/*.c
+ ../../../../../Source/Modules/nimCodecs/*.cpp
LIB_NAME = nimCodecs
-USED_LIBS = OpenNI
+USED_LIBS = OpenNI jpeg
include ../../Common/CommonCppMakefile