X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=config.nix;h=7658b31bab8ad46bb94ed7cc872abba6882723e3;hb=fc668f3ec397e82ad5dba435440da830fe7f950d;hp=bebe939d81186f0f35babaa65cea0570cacbc45a;hpb=eeefefd56cb3edddefb73141733fd1e757c4b798;p=openjpeg.git diff --git a/config.nix b/config.nix index bebe939d..7658b31b 100644 --- a/config.nix +++ b/config.nix @@ -8,22 +8,30 @@ JP3D_BUILD = 0 prefix=/usr/local CC = gcc - -#Set this to yes if you want to compile/install shared libs. -ENABLE_SHARED = no +LDCONFIG = /sbin/ldconfig +# +#Set this to no if you do no want to compile/install shared libs. +ENABLE_SHARED = yes # #Set to yes if you BOTH have the library AND the header #Set to no if a file is missing or you hate it. #Either lcms or lcms2 : not both -#SHOULD BE IN SYNC WITH opj_config.h +#==== HAVE YOU CREATED opj_config.h FROM opj_config.h.in.user ? ==== +#==== SHOULD BE IN SYNC WITH opj_config.h ==== WITH_LCMS1 = no WITH_LCMS2 = no WITH_PNG = no WITH_TIFF = no - +# +# Set to yes if you want compile/install +# jpwl libraries/binaries +# jp3d libraries/binaries +WITH_JPWL = no +WITH_JP3D = no +# #Set to yes if you have doxygen installed #Set to no if doxygen is missing. -HAS_DOXYGEN = yes +HAS_DOXYGEN = no #Check whether these paths are correct; change them appropiatly. LCMS1_INCLUDE = -I/usr/include