diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-31 02:17:30 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-31 02:17:30 +0000 |
commit | 73bf8098c9c96894c3a75906fae053a0dc6b2579 (patch) | |
tree | f4df7a5c849252ebe32d3390fb171b15cae7f100 /package/qtopia4/qtopia4.mk | |
parent | b4b38739a5b665cfa9c74121e2b04e38be7d6d87 (diff) | |
download | buildroot-novena-73bf8098c9c96894c3a75906fae053a0dc6b2579.tar.gz buildroot-novena-73bf8098c9c96894c3a75906fae053a0dc6b2579.zip |
fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'package/qtopia4/qtopia4.mk')
-rw-r--r-- | 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 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 |