package/libgtk3: fix cups backend
When explicitly specifying printing backends libgtk3 requires file to be one of them on linux. Fixes: - output/build/libgtk3-3.24.37/modules/printbackends/meson.build:39:4: ERROR: Problem encountered: 'file' print backed needs to be enabled Signed-off-by: Daniel Lang <dalang@gmx.at> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
66d3e74d94
commit
9a0857d734
@ -68,7 +68,7 @@ LIBGTK3_DEPENDENCIES += xlib_libXdamage
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_CUPS),y)
|
||||
LIBGTK3_CONF_OPTS += -Dprint_backends=cups
|
||||
LIBGTK3_CONF_OPTS += -Dprint_backends=file,cups
|
||||
LIBGTK3_DEPENDENCIES += cups
|
||||
else
|
||||
LIBGTK3_CONF_OPTS += -Dprint_backends=auto
|
||||
|
Loading…
Reference in New Issue
Block a user