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:
André Hentschel 2015-03-05 20:38:38 +01:00 committed by Thomas Petazzoni
parent 6884e5b912
commit 4554ed568d

View File

@ -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