Explorar o código

fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>

Thiago A. Corrêa %!s(int64=17) %!d(string=hai) anos
pai
achega
73bf8098c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/qtopia4/qtopia4.mk

+ 1 - 1
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