fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg...
authorThiago A. Corrêa <thiago.correa@gmail.com>
Fri, 31 Oct 2008 02:17:30 +0000 (02:17 -0000)
committerThiago A. Corrêa <thiago.correa@gmail.com>
Fri, 31 Oct 2008 02:17:30 +0000 (02:17 -0000)
package/qtopia4/qtopia4.mk

index 9c08be92741c67edeee619d04e10f0868eb34e90..de3bf4d2de55202d582980f13639ef08bc0d34ef 100644 (file)
@@ -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