diff options
-rw-r--r-- | package/cups/cups.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cups/cups.mk b/package/cups/cups.mk index cc875743ad..b6a0663c6e 100644 --- a/package/cups/cups.mk +++ b/package/cups/cups.mk @@ -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 |