mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/poppler: use ENABLE_GLIB
Use ENABLE_GLIB which is available since version 0.60 and766a32ff59Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitbf68bd59c1) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3978e6b667
commit
9586b21315
@@ -98,6 +98,9 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
POPPLER_DEPENDENCIES += libglib2
|
||||
POPPLER_CONF_OPTS += -DENABLE_GLIB=ON
|
||||
else
|
||||
POPPLER_CONF_OPTS += -DENABLE_GLIB=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNSS),y)
|
||||
|
||||
Reference in New Issue
Block a user