cups: fix dependency check for libX11
authorAndré Hentschel <nerv@dawncrow.de>
Thu, 5 Mar 2015 19:38:38 +0000 (20:38 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Mar 2015 20:17:35 +0000 (21:17 +0100)
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cups/cups.mk

index cc875743adc58ad7df6a6c3b7058a7096e65e2e3..b6a0663c6e917243c8840c5c8cfc0e3dac68336d 100644 (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