From 73bf8098c9c96894c3a75906fae053a0dc6b2579 Mon Sep 17 00:00:00 2001 From: "Thiago A. CorrĂȘa" Date: Fri, 31 Oct 2008 02:17:30 +0000 Subject: fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg --- package/qtopia4/qtopia4.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk index 9c08be927..de3bf4d2d 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 -- cgit v1.2.3