PACKAGE/DEFCONFIG: add new package djvu + fix lmupdf shared (#96)

djvulibre & mupdf libs
This commit is contained in:
Apaczer
2024-03-23 07:08:50 +01:00
committed by GitHub
parent 8b4e452366
commit 3dae427d4c
6 changed files with 30 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ MUPDF_MAKE_OPTS = \
HAVE_OBJCOPY=no \
prefix="/usr"
ifeq ($(BR2_SHARED_LIBS),y)
MUPDF_MAKE_OPTS += shared=yes
endif
ifeq ($(BR2_PACKAGE_LIBFREEGLUT),y)
MUPDF_DEPENDENCIES += libfreeglut
else