* [Buildroot] [PATCH] cups: Fix dependency check
@ 2015-03-05 19:38 André Hentschel
2015-03-05 20:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2015-03-05 19:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Andr? Hentschel <nerv@dawncrow.de>
---
package/cups/cups.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cups/cups.mk b/package/cups/cups.mk
index cc87574..b6a0663 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-05 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 19:38 [Buildroot] [PATCH] cups: Fix dependency check André Hentschel
2015-03-05 20:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox