Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qtopia4: fix wrong variable name for SQL
@ 2008-10-31  0:18 Markus Heidelberg
  2008-10-31  2:31 ` Thiago A. Corrêa
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Heidelberg @ 2008-10-31  0:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
---
 package/qtopia4/qtopia4.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk
index 9c08be9..de3bf4d 100644
--- a/package/qtopia4/qtopia4.mk
+++ b/package/qtopia4/qtopia4.mk
@@ -307,7 +307,7 @@ endif
 		cp -dpfr $(STAGING_DIR)/usr/plugins/imageformats $(TARGET_DIR)/usr/plugins/; \
 		$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/plugins/imageformats/*; \
 	fi
-ifneq ($(BR2_PACKAGE_QTOPIA4_SQL),y)
+ifneq ($(BR2_PACKAGE_QTOPIA4_SQL_MODULE),y)
 	# Remove Sql libraries, not needed
 	-rm $(TARGET_DIR)/usr/lib/libQtSql*
 endif
-- 
1.6.0.3.524.g3adb7d

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

end of thread, other threads:[~2008-11-04  0:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31  0:18 [Buildroot] [PATCH] qtopia4: fix wrong variable name for SQL Markus Heidelberg
2008-10-31  2:31 ` Thiago A. Corrêa
2008-11-01 11:09   ` Markus Heidelberg
2008-11-02 13:59     ` Peter Korsgaard
2008-11-03 12:13       ` Thiago A. Corrêa
2008-11-03 12:25         ` Peter Korsgaard
2008-11-04  0:45         ` Markus Heidelberg

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