cups: fix dependency check for libX11
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6884e5b912
commit
4554ed568d
@ -34,7 +34,7 @@ else
|
||||
CUPS_CONF_OPTS += --disable-dbus
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
CUPS_DEPENDENCIES += xlib_libX11
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user