Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Xcursor-themes depends on libXcursor
@ 2010-04-29 20:11 Paulius Zaleckas
  2010-05-01 20:15 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Paulius Zaleckas @ 2010-04-29 20:11 UTC (permalink / raw)
  To: buildroot

From: Darius Augulis <augulis.darius@gmail.com>

While at it convert spaces to TABs

Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---

 package/x11r7/xdata_xcursor-themes/Config.in       |    6 +++---
 .../xdata_xcursor-themes/xdata_xcursor-themes.mk   |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/x11r7/xdata_xcursor-themes/Config.in b/package/x11r7/xdata_xcursor-themes/Config.in
index 977309d..78d1020 100644
--- a/package/x11r7/xdata_xcursor-themes/Config.in
+++ b/package/x11r7/xdata_xcursor-themes/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_XDATA_XCURSOR_THEMES
-        bool "xdata_xcursor-themes"
-        help
+	bool "xdata_xcursor-themes"
+	select BR2_PACKAGE_XLIB_LIBXCURSOR
+	help
 	  No description available
-
diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk
index aa68c65..da928f4 100644
--- a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk
+++ b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk
@@ -9,5 +9,6 @@ XDATA_XCURSOR_THEMES_SITE = http://xorg.freedesktop.org/releases/individual/data
 XDATA_XCURSOR_THEMES_AUTORECONF = NO
 XDATA_XCURSOR_THEMES_INSTALL_STAGING = YES
 XDATA_XCURSOR_THEMES_INSTALL_TARGET = YES
+XDATA_XCURSOR_THEMES_DEPENDENCIES = xlib_libXcursor
 
 $(eval $(call AUTOTARGETS,package/x11r7,xdata_xcursor-themes))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-01 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29 20:11 [Buildroot] [PATCH] Xcursor-themes depends on libXcursor Paulius Zaleckas
2010-05-01 20:15 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox