projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6884e5b
)
cups: fix dependency check for libX11
author
André Hentschel
<nerv@dawncrow.de>
Thu, 5 Mar 2015 19:38:38 +0000
(20:38 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/package/cups/cups.mk
b/package/cups/cups.mk
index cc875743adc58ad7df6a6c3b7058a7096e65e2e3..b6a0663c6e917243c8840c5c8cfc0e3dac68336d 100644
(file)
--- a/
package/cups/cups.mk
+++ b/
package/cups/cups.mk
@@
-34,7
+34,7
@@
else
CUPS_CONF_OPTS += --disable-dbus
endif
-ifeq ($(BR2_PACKAGE_X
ORG7
),y)
+ifeq ($(BR2_PACKAGE_X
LIB_LIBX11
),y)
CUPS_DEPENDENCIES += xlib_libX11
endif