mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
PACKAGE/DEFCONFIG: add new package djvu + fix lmupdf shared (#96)
djvulibre & mupdf libs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user