Commit 4554ed56 authored by André Hentschel's avatar André Hentschel Committed by Thomas Petazzoni
Browse files

cups: fix dependency check for libX11

parent 6884e5b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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